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:04:59 +0100
committerPeter Simons <simons@cryp.to>2018-03-15 21:33:05 +0100
commit43d9df52c3cd527a4730daa5c44f6df6941449c1 (patch)
treef4c44080800ea01d4c68dc8e7b29d58cbe4953d5 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parenta11eaf1f04dc4cf75cee430e18a934296b6da35c (diff)
downloadnixlib-43d9df52c3cd527a4730daa5c44f6df6941449c1.tar
nixlib-43d9df52c3cd527a4730daa5c44f6df6941449c1.tar.gz
nixlib-43d9df52c3cd527a4730daa5c44f6df6941449c1.tar.bz2
nixlib-43d9df52c3cd527a4730daa5c44f6df6941449c1.tar.lz
nixlib-43d9df52c3cd527a4730daa5c44f6df6941449c1.tar.xz
nixlib-43d9df52c3cd527a4730daa5c44f6df6941449c1.tar.zst
nixlib-43d9df52c3cd527a4730daa5c44f6df6941449c1.zip
haskell-lens: 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.nix5
1 files changed, 0 insertions, 5 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 e5c26439347a..6fefab4ad317 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -145,11 +145,6 @@ self: super: {
 
   ## Needs bump to a versioned attribute
   ## Setup: Encountered missing dependencies:
-  ## free ==4.*, template-haskell >=2.4 && <2.13
-  lens = super.lens_4_16;
-
-  ## Needs bump to a versioned attribute
-  ## Setup: Encountered missing dependencies:
   ## doctest >=0.11.1 && <0.14
   semigroupoids = super.semigroupoids_5_2_2;