haskell-snap: drop obsolete override
This commit is contained in:
parent
2e01d4a2b6
commit
f25d2e1a71
|
@ -808,11 +808,6 @@ self: super: {
|
||||||
# Obsolete for GHC versions after GHC 6.10.x.
|
# Obsolete for GHC versions after GHC 6.10.x.
|
||||||
utf8-prelude = markBroken super.utf8-prelude;
|
utf8-prelude = markBroken super.utf8-prelude;
|
||||||
|
|
||||||
# https://github.com/snapframework/snap/issues/148
|
|
||||||
snap = overrideCabal super.snap (drv: {
|
|
||||||
patchPhase = "sed -i -e 's|attoparsec.*>=.*,|attoparsec,|' -e 's|lens.*>=.*|lens|' snap.cabal";
|
|
||||||
});
|
|
||||||
|
|
||||||
# https://github.com/jwiegley/gitlib/issues/46
|
# https://github.com/jwiegley/gitlib/issues/46
|
||||||
gitlib = markBroken super.gitlib;
|
gitlib = markBroken super.gitlib;
|
||||||
gitlib-sample = dontDistribute super.gitlib-sample;
|
gitlib-sample = dontDistribute super.gitlib-sample;
|
||||||
|
|
Loading…
Reference in New Issue