Skip to content

Commit

Permalink
Support Hedgehog 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Mar 18, 2024
1 parent 77fb0a3 commit 66e4d62
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
72 changes: 36 additions & 36 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
};

rel8 = pkgs.haskell-nix.project {
compiler-nix-name = "ghc981";
compiler-nix-name = "ghc982";

cabalProjectLocal = builtins.readFile ./cabal.project.haskell-nix;

Expand Down
2 changes: 1 addition & 1 deletion rel8.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ test-suite tests
, data-dword
, hasql
, hasql-transaction
, hedgehog ^>= 1.0 || ^>= 1.1 || ^>= 1.2 || ^>= 1.3 || ^>= 1.4
, hedgehog ^>= 1.0 || ^>= 1.1 || ^>= 1.2 || ^>= 1.3 || ^>= 1.4 || ^>= 1.5
, mmorph
, network-ip
, rel8
Expand Down

0 comments on commit 66e4d62

Please sign in to comment.