summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-15 20:03:46 +0100
committerPeter Simons <simons@cryp.to>2018-03-15 21:33:05 +0100
commita11eaf1f04dc4cf75cee430e18a934296b6da35c (patch)
tree1b15335752c71716cd8eb79d51eaa7a5bc36ff43 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent1e8e3d6291c6517cce4cd1111362683f8a3916f8 (diff)
downloadnixlib-a11eaf1f04dc4cf75cee430e18a934296b6da35c.tar
nixlib-a11eaf1f04dc4cf75cee430e18a934296b6da35c.tar.gz
nixlib-a11eaf1f04dc4cf75cee430e18a934296b6da35c.tar.bz2
nixlib-a11eaf1f04dc4cf75cee430e18a934296b6da35c.tar.lz
nixlib-a11eaf1f04dc4cf75cee430e18a934296b6da35c.tar.xz
nixlib-a11eaf1f04dc4cf75cee430e18a934296b6da35c.tar.zst
nixlib-a11eaf1f04dc4cf75cee430e18a934296b6da35c.zip
haskell-regex-tdfa: drop obsolete override for ghc-8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 7a96de305fb8..e5c26439347a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -149,16 +149,6 @@ self: super: {
   lens = super.lens_4_16;
 
   ## Needs bump to a versioned attribute
-  regex-tdfa = overrideCabal super.regex-tdfa_1_2_3 (drv: {
-    ##     • No instance for (Semigroup (CharMap a))
-    ##         arising from the superclasses of an instance declaration
-    ##     • In the instance declaration for ‘Monoid (CharMap a)’
-    ##
-    ## error: while evaluating ‘overrideCabal’ at nixpkgs://pkgs/development/haskell-modules/lib.nix:37:24, called from /home/deepfire/nixpkgs/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix:188:16:
-    editedCabalFile = null;
-  });
-
-  ## Needs bump to a versioned attribute
   ## Setup: Encountered missing dependencies:
   ## doctest >=0.11.1 && <0.14
   semigroupoids = super.semigroupoids_5_2_2;