Skip to content

Commit

Permalink
Merge pull request #23609 from ljli/hs-lens-pkg-conf
Browse files Browse the repository at this point in the history
haskell: ghc710x packages: remove superflous configuration for lens
  • Loading branch information
peti committed Mar 8, 2017
2 parents 6f68eb7 + 032de64 commit f641e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit f641e90

Please sign in to comment.