Prime ghc
parent
9bf196a8f9
commit
0d71490cc3
|
@ -37,7 +37,7 @@
|
|||
let
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
|
||||
ghc = pkgs.haskell.packages.ghc928.ghcWithHoogle (self: with self;
|
||||
ghc' = pkgs.haskell.packages.ghc928.ghcWithHoogle (self: with self;
|
||||
[
|
||||
relude
|
||||
split
|
||||
|
@ -70,7 +70,7 @@
|
|||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs.haskellPackages; [
|
||||
ghc
|
||||
ghc'
|
||||
|
||||
haskell-language-server
|
||||
ghcid
|
||||
|
|
Loading…
Reference in New Issue