Skip to content

Commit

Permalink
Bump cabal
Browse files Browse the repository at this point in the history
To avoid haskell/cabal#8370 which affects
3.6.2.0.
  • Loading branch information
michaelpj committed Aug 31, 2022
1 parent ea6f31f commit 18877f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/pkgs/haskell/extra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ let
};
cabalInstallProject = haskell-nix.hackage-project {
name = "cabal-install";
version = "3.6.2.0";
version = "3.8.1.0";
inherit compiler-nix-name index-state;
# The test suite depends on a nonexistent package...
configureArgs = "--disable-tests";
};
cardanoRepoToolProject = haskell-nix.cabalProject' {
src = sources.cardano-repo-tool;
Expand Down

0 comments on commit 18877f7

Please sign in to comment.