mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
haskell-ChasingBottoms: require QuickCheck < 2.7
This commit is contained in:
parent
614e6d46e6
commit
45bd1ddb7d
@ -357,7 +357,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
ChartDiagrams = callPackage ../development/libraries/haskell/Chart-diagrams {};
|
||||
ChartGtk = callPackage ../development/libraries/haskell/Chart-gtk {};
|
||||
|
||||
ChasingBottoms = callPackage ../development/libraries/haskell/ChasingBottoms {};
|
||||
ChasingBottoms = callPackage ../development/libraries/haskell/ChasingBottoms { QuickCheck = self.QuickCheck_2_6; };
|
||||
|
||||
cheapskate = callPackage ../development/libraries/haskell/cheapskate {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user