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