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
|
let
|
||||||
sources = import ./nix/sources.nix;
|
sources = import ./nix/sources.nix;
|
||||||
in
|
in
|
||||||
{ compiler ? "ghc883"
|
{ compiler ? "ghc8104"
|
||||||
, pkgs ? import sources.nixpkgs { }
|
, pkgs ? import sources.nixpkgs { }
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -33,14 +33,11 @@ in
|
||||||
packages = p: with p; [
|
packages = p: with p; [
|
||||||
project
|
project
|
||||||
];
|
];
|
||||||
#buildInputs = with haskellPackages; [
|
buildInputs = with haskellPackages; [
|
||||||
# ghcid
|
ghcid # GHCi based IDE
|
||||||
# hlint # or ormolu
|
hlint # or ormolu
|
||||||
# niv
|
pkgs.niv # Nix dependency management
|
||||||
# pkgs.cacert # needed for niv
|
];
|
||||||
# pkgs.nix # needed for niv
|
|
||||||
# zlib
|
|
||||||
#];
|
|
||||||
withHoogle = true;
|
withHoogle = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue