haskellPackages.superbufer: remove old fix
The package is unmaintained and now broken for other reasons.
This commit is contained in:
parent
23210babd0
commit
8296679c4b
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user