summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorLeon Isenberg <leon.isenberg@t-online.de>2017-03-06 02:46:42 +0100
committerLeon Isenberg <leon.isenberg@t-online.de>2017-03-07 20:21:27 +0100
commit032de64e0fd10650b0d432cbc2921486755576fc (patch)
treeaa2a111cbe3b8e14af0dccb0ca67baf1983d7753 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parentfeab711f84f32ff92978b971585026ed247e3a98 (diff)
downloadnixlib-032de64e0fd10650b0d432cbc2921486755576fc.tar
nixlib-032de64e0fd10650b0d432cbc2921486755576fc.tar.gz
nixlib-032de64e0fd10650b0d432cbc2921486755576fc.tar.bz2
nixlib-032de64e0fd10650b0d432cbc2921486755576fc.tar.lz
nixlib-032de64e0fd10650b0d432cbc2921486755576fc.tar.xz
nixlib-032de64e0fd10650b0d432cbc2921486755576fc.tar.zst
nixlib-032de64e0fd10650b0d432cbc2921486755576fc.zip
haskell: ghc710x packages: remove superflous configuration for lens
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 54cd16957edc..ee62cf64fec6 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -202,7 +202,7 @@ self: super: {
   hoauth2 = overrideCabal super.hoauth2 (drv: { testDepends = (drv.testDepends or []) ++ [ self.wai self.warp ]; });
   hslogger = addBuildDepend super.hslogger self.HUnit;
   intervals = addBuildDepends super.intervals (with self; [doctest QuickCheck]);
-  lens = addBuildDepends super.lens (with self; [doctest generic-deriving nats simple-reflect]);
+  lens = addBuildDepend super.lens self.generic-deriving;
   optparse-applicative = addBuildDepend super.optparse-applicative self.semigroups;
   QuickCheck = addBuildDepend super.QuickCheck self.semigroups;
   semigroups = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]);