Merge pull request #23609 from ljli/hs-lens-pkg-conf

haskell: ghc710x packages: remove superflous configuration for lens

authored by Peter Simons and committed by GitHub f641e902 6f68eb7c

+1 -1
+1 -1
pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
··· 202 202 hoauth2 = overrideCabal super.hoauth2 (drv: { testDepends = (drv.testDepends or []) ++ [ self.wai self.warp ]; }); 203 203 hslogger = addBuildDepend super.hslogger self.HUnit; 204 204 intervals = addBuildDepends super.intervals (with self; [doctest QuickCheck]); 205 - lens = addBuildDepends super.lens (with self; [doctest generic-deriving nats simple-reflect]); 205 + lens = addBuildDepend super.lens self.generic-deriving; 206 206 optparse-applicative = addBuildDepend super.optparse-applicative self.semigroups; 207 207 QuickCheck = addBuildDepend super.QuickCheck self.semigroups; 208 208 semigroups = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]);