haskellPackages.Glob: remove superfluous override
The override is already in the 7.10.x file, and we’d like to explicitely override for every version that needs it.
This commit is contained in:
parent
95528bfdcb
commit
4741e9e051
@ -946,9 +946,4 @@ self: super: {
|
|||||||
url = "https://github.com/commercialhaskell/stack/commit/7f7f1a5f67f4ecdd1f3009495f1ff101dd38047e.patch";
|
url = "https://github.com/commercialhaskell/stack/commit/7f7f1a5f67f4ecdd1f3009495f1ff101dd38047e.patch";
|
||||||
sha256 = "1yh2g45mkfpwxq0vyzcbc4nbxh6wmb2xpp0k7r5byd8jicgvli29";
|
sha256 = "1yh2g45mkfpwxq0vyzcbc4nbxh6wmb2xpp0k7r5byd8jicgvli29";
|
||||||
});
|
});
|
||||||
|
|
||||||
# Glob depends conditionally on semigroups for GHC < 8
|
|
||||||
Glob = if pkgs.lib.versionAtLeast self.ghc.version "8.0"
|
|
||||||
then super.Glob
|
|
||||||
else addBuildDepend super.Glob self.semigroups;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user