Skip to content

Commit 52793cf

Browse files
committed
Fix for cabal-install on ghc 8.10.1
1 parent b367bf2 commit 52793cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

overlays/hackage-quirks.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ in { haskell-nix = prev.haskell-nix // {
1313
# but also for
1414
# https://github.com/input-output-hk/haskell.nix/issues/422
1515
cabal-install = {
16+
cabalProject = ''
17+
packages: .
18+
allow-newer: cabal-install:base
19+
'';
1620
modules = [
1721
{ reinstallableLibGhc = true; }
1822
# Version of of cabal-install in hacakge is borken for GHC 8.10.1

0 commit comments

Comments
 (0)