mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Fix Agda build.
Agda won't build with recent versions of QuickCheck
This commit is contained in:
parent
ce2e93a236
commit
6b40f836c7
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
|
||||
Agda = callPackage ../development/libraries/haskell/Agda {
|
||||
haskellSrcExts = self.haskellSrcExts_1_11_1;
|
||||
QuickCheck = self.QuickCheck_2_4_2;
|
||||
};
|
||||
|
||||
accelerate = callPackage ../development/libraries/haskell/accelerate {};
|
||||
|
|
Loading…
Reference in a new issue