optparse-applicative: 0.14 is now the default version
Remove references to when it was non-default.
This commit is contained in:
parent
9f30660e02
commit
22ef441cfa
@ -88,9 +88,7 @@ self: super: {
|
|||||||
|
|
||||||
# The Hackage tarball is purposefully broken, because it's not intended to be, like, useful.
|
# The Hackage tarball is purposefully broken, because it's not intended to be, like, useful.
|
||||||
# https://git-annex.branchable.com/bugs/bash_completion_file_is_missing_in_the_6.20160527_tarball_on_hackage/
|
# https://git-annex.branchable.com/bugs/bash_completion_file_is_missing_in_the_6.20160527_tarball_on_hackage/
|
||||||
git-annex = (overrideCabal (super.git-annex.overrideScope (self: super: {
|
git-annex = (overrideCabal (drv: {
|
||||||
optparse-applicative = self.optparse-applicative_0_14_0_0;
|
|
||||||
})) (drv: {
|
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
name = "git-annex-${drv.version}-src";
|
name = "git-annex-${drv.version}-src";
|
||||||
url = "git://git-annex.branchable.com/";
|
url = "git://git-annex.branchable.com/";
|
||||||
@ -453,11 +451,6 @@ self: super: {
|
|||||||
# https://github.com/basvandijk/threads/issues/10
|
# https://github.com/basvandijk/threads/issues/10
|
||||||
threads = dontCheck super.threads;
|
threads = dontCheck super.threads;
|
||||||
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/32138
|
|
||||||
purescript = super.purescript.override {
|
|
||||||
optparse-applicative = self.optparse-applicative_0_14_0_0;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Missing module.
|
# Missing module.
|
||||||
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
|
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
|
||||||
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6
|
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6
|
||||||
@ -976,11 +969,9 @@ self: super: {
|
|||||||
# test suite requires git and does a bunch of git operations
|
# test suite requires git and does a bunch of git operations
|
||||||
restless-git = dontCheck super.restless-git;
|
restless-git = dontCheck super.restless-git;
|
||||||
|
|
||||||
# This tool needs the latest hackage-db version. Using the latest version of
|
# This tool needs the latest hackage-db version.
|
||||||
# optparse-applicative allows us to generate completions for fish and zsh.
|
|
||||||
cabal2nix = super.cabal2nix.overrideScope (self: super: {
|
cabal2nix = super.cabal2nix.overrideScope (self: super: {
|
||||||
hackage-db = self.hackage-db_2_0;
|
hackage-db = self.hackage-db_2_0;
|
||||||
optparse-applicative = self.optparse-applicative_0_14_0_0;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
# Depends on broken fluid.
|
# Depends on broken fluid.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user