Skip to content

Commit

Permalink
Fix shell, Use GHC 8.10.7 for cabal-install
Browse files Browse the repository at this point in the history
  • Loading branch information
cidkidnix committed Sep 12, 2023
1 parent fbfaa5e commit 7f213ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ in let this = rec {
cabal-install
ghcid
hasktags
hlint
stylish-haskell # Recent stylish-haskell only builds with AMP in place
reflex-ghci
;
Expand Down
1 change: 1 addition & 0 deletions nixpkgs-overlays/ghc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

self: super: {
cabal2nix-unwrapped = self.haskell.packages.ghc8107.cabal2nix;
cabal-install = self.haskell.packages.ghc8107.cabal-install;
# Apply custom patches to Haskell compilers
haskell = super.haskell // {
compiler = super.haskell.compiler // {
Expand Down
1 change: 1 addition & 0 deletions packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ with haskellPackages;
# Add ghc-only packages here #
##############################################################################
reflex-todomvc
hlint

] else []) ++ builtins.concatLists (map (x: (x.override { mkDerivation = drv: { out = (drv.buildDepends or []) ++ (drv.libraryHaskellDepends or []) ++ (drv.executableHaskellDepends or []); }; }).out) [ reflex reflex-dom reflex-todomvc ])

0 comments on commit 7f213ac

Please sign in to comment.