haskell: add semigroups dependency to optparse-applicative for GHC < 8
This commit is contained in:
parent
24c93619e9
commit
386ddc739c
@ -198,6 +198,7 @@ self: super: {
|
|||||||
hslogger = addBuildDepend super.hslogger self.HUnit;
|
hslogger = addBuildDepend super.hslogger self.HUnit;
|
||||||
intervals = addBuildDepends super.intervals (with self; [doctest QuickCheck]);
|
intervals = addBuildDepends super.intervals (with self; [doctest QuickCheck]);
|
||||||
lens = addBuildDepends super.lens (with self; [doctest generic-deriving nats simple-reflect]);
|
lens = addBuildDepends super.lens (with self; [doctest generic-deriving nats simple-reflect]);
|
||||||
|
optparse-applicative = addBuildDepend super.optparse-applicative self.semigroups;
|
||||||
QuickCheck = addBuildDepend super.QuickCheck self.semigroups;
|
QuickCheck = addBuildDepend super.QuickCheck self.semigroups;
|
||||||
semigroups = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]);
|
semigroups = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]);
|
||||||
texmath = addBuildDepend super.texmath self.network-uri;
|
texmath = addBuildDepend super.texmath self.network-uri;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user