about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-03-31 10:40:40 +0200
committerPeter Simons <simons@cryp.to>2020-04-03 22:00:27 +0200
commit8296679c4b751d40e49e241e1177124220101675 (patch)
tree292de9680718d5f06629ab27c8c823402e3c4884 /pkgs/development
parent23210babd0d86ae93ffe687726c4778e05d8efe2 (diff)
downloadnixlib-8296679c4b751d40e49e241e1177124220101675.tar
nixlib-8296679c4b751d40e49e241e1177124220101675.tar.gz
nixlib-8296679c4b751d40e49e241e1177124220101675.tar.bz2
nixlib-8296679c4b751d40e49e241e1177124220101675.tar.lz
nixlib-8296679c4b751d40e49e241e1177124220101675.tar.xz
nixlib-8296679c4b751d40e49e241e1177124220101675.tar.zst
nixlib-8296679c4b751d40e49e241e1177124220101675.zip
haskellPackages.superbufer: remove old fix
The package is unmaintained and now broken for other reasons.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 3c1ae409229a..1d48598ba7c8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1192,14 +1192,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: {
     postPatch = ''