mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
haskell-configuration-common: fix reference to optparse-applicative_0_10_0
This commit is contained in:
parent
9da7482e87
commit
d6ed34170d
@ -28,12 +28,9 @@ self: super: {
|
||||
|
||||
# Please also remove optparse-applicative special case from
|
||||
# cabal2nix/hackage2nix.hs when removing the following.
|
||||
elm-make = super.elm-make.override {
|
||||
optparse-applicative = optparse-applicative_0_10_0;
|
||||
};
|
||||
elm-package = super.elm-package.override {
|
||||
optparse-applicative = optparse-applicative_0_10_0;
|
||||
};
|
||||
elm-make = super.elm-make.override { optparse-applicative = self.optparse-applicative_0_10_0; };
|
||||
elm-package = super.elm-package.override { optparse-applicative = self.optparse-applicative_0_10_0; };
|
||||
|
||||
# elm-compiler jail-break can be removed after next elm-compiler
|
||||
# release: bumped language-ecmascript's limit in git already.
|
||||
elm-compiler = doJailbreak super.elm-compiler;
|
||||
|
Loading…
Reference in New Issue
Block a user