about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-01-13 08:55:02 -0500
committerShea Levy <shea@shealevy.com>2015-01-13 08:55:02 -0500
commit2ba3653ef6516e83592736c2684f15ff27d5d2a1 (patch)
treec82f0cc7b55d085fbc35e3bef7ce66488d380963 /pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
parent8921a8f53b1f48354403c7c8174cbf4f6f0fb91d (diff)
downloadnixlib-2ba3653ef6516e83592736c2684f15ff27d5d2a1.tar
nixlib-2ba3653ef6516e83592736c2684f15ff27d5d2a1.tar.gz
nixlib-2ba3653ef6516e83592736c2684f15ff27d5d2a1.tar.bz2
nixlib-2ba3653ef6516e83592736c2684f15ff27d5d2a1.tar.lz
nixlib-2ba3653ef6516e83592736c2684f15ff27d5d2a1.tar.xz
nixlib-2ba3653ef6516e83592736c2684f15ff27d5d2a1.tar.zst
nixlib-2ba3653ef6516e83592736c2684f15ff27d5d2a1.zip
Update hackage-packages
Includes NixOS/cabal2nix#127
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
index b9940a712992..37ebda6f2386 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
@@ -58,22 +58,6 @@ self: super: {
   utf8-string = overrideCabal super.utf8-string (drv: {
     patchPhase = "sed -i -e 's|base >= 3 && < 4.8|base|' utf8-string.cabal";
   });
-  options = overrideCabal super.options (drv: {
-    # edited cabal file simply makes a stricter base bound
-    editedCabalFile = null;
-
-    # See https://github.com/shlevy/haskell-options/tree/AMP. There is no
-    # official upstream bugtracker but I've emailed this patch to the maintainer
-    patches = [ ./patches/options-amp.patch ];
-  });
-  chell = overrideCabal super.chell (drv: {
-    # edited cabal file simply makes a stricter base bound
-    editedCabalFile = null;
-
-    # See https://github.com/shlevy/chell/tree/AMP. There is no
-    # official upstream bugtracker but I've emailed this patch to the maintainer
-    patches = [ ./patches/chell-amp.patch ];
-  });
 
   # bos/attoparsec#92
   attoparsec = dontCheck super.attoparsec;