haskell-nix
haskell-nix copied to clipboard
Nix and Haskell in production
the current recommended setup in project0 doesn't seem to work (throws errors for me), not composable with tools like `haskell-language-server` or `doctest`. In this thread [here](https://github.com/haskell/haskell-language-server/issues/2111#issuecomment-906073598) I was recommended to...
Blocked-By: https://github.com/NixOS/nixpkgs/issues/82245 Fixes #33
I am going to make more suggestions so do *not* merge.
Does the author @Gabriel439 still use this project in production? If not, what have been some major modifications? Maybe overlays are one such change. What does the author think about...
Project 2 on Non-Haskell dependencies describes how to include a dependency of the Haskell application being built. However what about a dependency that is only required for development e.g. haskell-language-server,...
I'm running through this tutorial and have received a Setup.hs variable not in scope error. My setup: ``` - macOS - nix 2.3.4 (default everything) - cabal-install 3.2.0.0 - ghc...
The examples use methods that cause issues when trying to extend the package set further. Using the right tools, which are no harder, we can avoid frustration down the line....
On the beginning of Project3, the command for building morte throws an error: ``` $ nix-build '' --attr haskellPackages.morte --show-trace error: while evaluating the attribute 'handled' at /nix/store/ccyx7vqs8w74hq336b21mv79s0fbg728-nixpkgs-19.09pre175347.02bb5e35eae/nixpkgs/pkgs/stdenv/generic/check-meta.nix:252:7: while evaluating...
You use the word derivation without actually saying what one is.
Could you please explain what this term means? Googling doesnt give much clear information.