Skip to content

Commit cfb9129

Browse files
committed
Support QuickCheck-2.16
1 parent c926c73 commit cfb9129

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nix/builder.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ let
3939
extra-packages: ${package-id}
4040
constraints: ghc source
4141
allow-newer: ghc:Cabal
42+
-- QuickCheck-2.16
43+
allow-newer: aeson:QuickCheck,
44+
tree-diff:QuickCheck,
45+
quickcheck-instances:QuickCheck
4246
'';
4347
configureArgs = "--allow-boot-library-installs";
4448

0 commit comments

Comments
 (0)