ghc: bumped to 8.10.4
This commit is contained in:
parent
0b004c2e7e
commit
20e4eabc65
15
release.nix
15
release.nix
|
@ -1,7 +1,7 @@
|
|||
let
|
||||
sources = import ./nix/sources.nix;
|
||||
in
|
||||
{ compiler ? "ghc883"
|
||||
{ compiler ? "ghc8104"
|
||||
, pkgs ? import sources.nixpkgs { }
|
||||
}:
|
||||
|
||||
|
@ -33,14 +33,11 @@ in
|
|||
packages = p: with p; [
|
||||
project
|
||||
];
|
||||
#buildInputs = with haskellPackages; [
|
||||
# ghcid
|
||||
# hlint # or ormolu
|
||||
# niv
|
||||
# pkgs.cacert # needed for niv
|
||||
# pkgs.nix # needed for niv
|
||||
# zlib
|
||||
#];
|
||||
buildInputs = with haskellPackages; [
|
||||
ghcid # GHCi based IDE
|
||||
hlint # or ormolu
|
||||
pkgs.niv # Nix dependency management
|
||||
];
|
||||
withHoogle = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue