haskellPackages.superbufer: remove old fix

The package is unmaintained and now broken for other reasons.
This commit is contained in:
rnhmjoj 2020-03-31 10:40:40 +02:00 committed by Peter Simons
parent 23210babd0
commit 8296679c4b

View File

@ -1191,14 +1191,6 @@ self: super: {
})];
});
# Remove unecessary constraint:
# https://github.com/agrafix/superbuffer/pull/2
superbuffer = overrideCabal super.superbuffer (drv: {
postPatch = ''
sed -i 's#QuickCheck < 2.10#QuickCheck < 2.13#' superbuffer.cabal
'';
});
# Remove unecessary constraint:
# https://github.com/haskell-infra/hackage-trustees/issues/258
data-accessor-template = overrideCabal super.data-accessor-template (drv: {