mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-linear: this package requires lens 4.x to compile
This commit is contained in:
parent
fabda56521
commit
6498f48976
@ -1560,7 +1560,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
liftedBase = callPackage ../development/libraries/haskell/lifted-base {};
|
||||
|
||||
linear = callPackage ../development/libraries/haskell/linear {};
|
||||
linear = callPackage ../development/libraries/haskell/linear {
|
||||
lens = self.lens_4_0_1;
|
||||
};
|
||||
|
||||
List = callPackage ../development/libraries/haskell/List {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user