3
0
Fork 0
forked from mirrors/nixpkgs

haskell-paypal-adaptive-hoops: the test suite has been fixed in the latest version

Fixes https://github.com/fanjam/paypal-adaptive-hoops/issues/5.
This commit is contained in:
Peter Simons 2015-01-23 17:20:39 +01:00
parent 163a51dc67
commit 0a2c7b4f9f

View file

@ -345,9 +345,6 @@ self: super: {
# https://github.com/bos/snappy/issues/1
snappy = dontCheck super.snappy;
# https://github.com/fanjam/paypal-adaptive-hoops/issues/5
paypal-adaptive-hoops = dontCheck super.paypal-adaptive-hoops;
# Needs llvm to compile.
bytestring-arbitrary = addBuildTool super.bytestring-arbitrary pkgs.llvm;