Skip to content

Commit

Permalink
Fix for cabal-install on ghc 8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jul 3, 2020
1 parent b367bf2 commit 52793cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overlays/hackage-quirks.nix
Expand Up @@ -13,6 +13,10 @@ in { haskell-nix = prev.haskell-nix // {
# but also for
# https://github.com/input-output-hk/haskell.nix/issues/422
cabal-install = {
cabalProject = ''
packages: .
allow-newer: cabal-install:base
'';
modules = [
{ reinstallableLibGhc = true; }
# Version of of cabal-install in hacakge is borken for GHC 8.10.1
Expand Down

0 comments on commit 52793cf

Please sign in to comment.