Skip to content

Commit 18877f7

Browse files
committed
Bump cabal
To avoid haskell/cabal#8370 which affects 3.6.2.0.
1 parent ea6f31f commit 18877f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/pkgs/haskell/extra.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ let
6363
};
6464
cabalInstallProject = haskell-nix.hackage-project {
6565
name = "cabal-install";
66-
version = "3.6.2.0";
66+
version = "3.8.1.0";
6767
inherit compiler-nix-name index-state;
68+
# The test suite depends on a nonexistent package...
69+
configureArgs = "--disable-tests";
6870
};
6971
cardanoRepoToolProject = haskell-nix.cabalProject' {
7072
src = sources.cardano-repo-tool;

0 commit comments

Comments
 (0)