haskell-nix
haskell-nix copied to clipboard
Nix and Haskell in production
Hi, I was following along on this page: https://github.com/Gabriel439/haskell-nix/tree/master/project1 The above nix-build command has failed. Even `nix-build --attr project1 release3.nix` is failing due to process pkg. I tried using different...
This is a reminder to myself to mention the `pkgs.haskell.lib.disableSharedExecutable` trick for speeding up the load times of Haskell executables
When minimizing closures, dependencies on projects like ekg that use Cabal "data-files" will have resultant binaries with baked-in references to the shared library of ekg in /nix/store. This makes the...
Show how to incorporate `ghcWithHoogle` into `shell.nix` preferably without modifying `default.nix` that is generated with `cabal2nix . > default.nix`.
Tools like ghc-mod, as far as I understand, need to be built with the same version of GHC as the project you intend to use it in. Curious how you...
When trying to build project1 using the "Building with cabal" instructions from the project0 readme I get an error about it being unable to resolve dependencies. **Steps to reproduce** ```shell...
Hi, I run nix-build based on ghcjs' compiler. Which is based on nixpkgs, it uses ghc7103. But when I build, i got the following error: ``` Configuring tasty-ant-xml-1.0.4... Setup: At...
Reasons: - no need to keep cabal and generated expressions in sync - https://github.com/NixOS/cabal2nix/issues/217