mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
haskell-QuickCheck: fix build with ghc-7.6.x
This commit is contained in:
parent
32eecf9877
commit
e0908699ff
@ -100,8 +100,12 @@ self: super: {
|
||||
semigroups = addBuildDepends super.semigroups (with self; [bytestring-builder nats tagged unordered-containers transformers]);
|
||||
lens = addBuildDepends super.lens (with self; [doctest generic-deriving nats simple-reflect]);
|
||||
distributive = addBuildDepend super.distributive self.semigroups;
|
||||
QuickCheck = addBuildDepend super.QuickCheck self.semigroups;
|
||||
|
||||
# Haddock doesn't cope with the new markup.
|
||||
bifunctors = dontHaddock super.bifunctors;
|
||||
|
||||
# Breaks a dependency cycle between QuickCheck and semigroups
|
||||
unordered-containers = dontCheck super.unordered-containers;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user