mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-QuickCheck: fix build with GHC 7.4.x
This commit is contained in:
parent
a4ce475b61
commit
4753a00caa
@ -92,7 +92,8 @@ self: super: {
|
|||||||
# Needs tagged on pre 7.6.x compilers.
|
# Needs tagged on pre 7.6.x compilers.
|
||||||
reflection = addBuildDepend super.reflection self.tagged;
|
reflection = addBuildDepend super.reflection self.tagged;
|
||||||
|
|
||||||
# Needs nats on pre 7.6.x compilers.
|
# These builds Need additional dependencies on pre 7.6.x compilers.
|
||||||
semigroups = addBuildDepend super.semigroups self.nats;
|
semigroups = addBuildDepends super.semigroups (with self; [nats bytestring-builder tagged unordered-containers transformers]);
|
||||||
|
QuickCheck = addBuildDepends super.QuickCheck (with self; [nats semigroups]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user