mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
haskell-optparse-applicative: try what happens when we update to 0.10.x
This commit is contained in:
parent
ea88b6e435
commit
9a96591db1
@ -1800,7 +1800,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
optparseApplicative_0_9_1_1 = callPackage ../development/libraries/haskell/optparse-applicative/0.9.1.1.nix {};
|
||||
optparseApplicative_0_10_0 = callPackage ../development/libraries/haskell/optparse-applicative/0.10.0.nix {};
|
||||
optparseApplicative = self.optparseApplicative_0_9_1_1; # version 0.10.0 breaks too many builds
|
||||
optparseApplicative = self.optparseApplicative_0_10_0;
|
||||
|
||||
pathPieces = callPackage ../development/libraries/haskell/path-pieces {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user