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 {};
|
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 {};
|
indents = callPackage ../development/libraries/haskell/indents {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user