mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
haskell-implicit: build is broken by optparse-applicative 0.10.x
https://github.com/colah/ImplicitCAD/issues/115
This commit is contained in:
parent
be9eb9fc8c
commit
d2b284436d
@ -1349,7 +1349,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
imm = callPackage ../development/libraries/haskell/imm {};
|
||||
|
||||
implicit = callPackage ../development/libraries/haskell/implicit {};
|
||||
implicit = callPackage ../development/libraries/haskell/implicit {
|
||||
optparseApplicative = self.optparseApplicative_0_9_1_1;
|
||||
};
|
||||
|
||||
indents = callPackage ../development/libraries/haskell/indents {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user