ghc: Upgraded to 8.10.7
This commit is contained in:
parent
882780e00b
commit
498ec28b26
1 changed files with 7 additions and 9 deletions
16
release.nix
16
release.nix
|
@ -1,5 +1,5 @@
|
|||
let sources = import ./nix/sources.nix;
|
||||
in { compiler ? "ghc883", pkgs ? import sources.nixpkgs { } }:
|
||||
in { compiler ? "ghc8107", pkgs ? import sources.nixpkgs { } }:
|
||||
|
||||
let
|
||||
inherit (pkgs.lib.trivial) flip pipe;
|
||||
|
@ -24,14 +24,12 @@ in {
|
|||
|
||||
shell = haskellPackages.shellFor {
|
||||
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
|
||||
hlint # or ormolu
|
||||
pkgs.niv
|
||||
zlib
|
||||
];
|
||||
withHoogle = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue