Bassel Mabsout
Bassel Mabsout
Do you recall how you can modify a texture's values? also for mutation maybe you can use something with similar semantics to IORefs.
I do have a module declaration, I get `Failed to load interface` for the packages i import even though ghc has them. By standalone i meant there's no cabal or...
actually it is compiled with the same version (I use nix) and the packages are all under the same ghc version including hsdev. it works fine with my projects with...
```hs module Test where import Linear ``` simply this in `nix-shell -I http://nixos.org/channels/nixos-17.09/nixexprs.tar.xz -p 'ghc.withPackages (ps: [ ps.linear ps.hsdev ])'` which would reproduce the environment The error i get in...
it's okay sorry to bother you with this. It could be because hsdev expects the packages to be located in a certain directory which nix doesn't adhere to. Should I...
There are 2 things I would like to have an editable install for, there's a separate repository that I am including as a submodule and there's the package I work...
Correct me if I'm wrong but I thought if I had a flake I could not directly refer to a relative subfolder with a relative path and append it to...
I recently wanted to do the exact same thing as @balsoft, and I did the exact same workaround. I didn't know whether it was supported natively or not so here's...
I believe local impure flakes are also very useful if you're constantly editing a file that is in your repo but you don't want the flake to be reevaluated and...
I really like the `dreampkgs-LANG` style and I think if a bunch of those existed, then the community would follow that style and create one for each lang/framework. If the...