haskell-lens: fix build on older compilers
This commit is contained in:
parent
ea9a948fab
commit
740eb969eb
@ -98,6 +98,7 @@ self: super: {
|
|||||||
|
|
||||||
# Needs additional inputs on pre 7.10.x compilers.
|
# Needs additional inputs on pre 7.10.x compilers.
|
||||||
semigroups = addBuildDepends super.semigroups (with self; [bytestring-builder nats tagged unordered-containers transformers]);
|
semigroups = addBuildDepends super.semigroups (with self; [bytestring-builder nats tagged unordered-containers transformers]);
|
||||||
|
lens = addBuildDepends super.lens (with self; [doctest generic-deriving nats simple-reflect]);
|
||||||
|
|
||||||
# Haddock doesn't cope with the new markup.
|
# Haddock doesn't cope with the new markup.
|
||||||
bifunctors = dontHaddock super.bifunctors;
|
bifunctors = dontHaddock super.bifunctors;
|
||||||
|
@ -141,6 +141,7 @@ self: super: {
|
|||||||
|
|
||||||
# Needs additional inputs on pre 7.10.x compilers.
|
# Needs additional inputs on pre 7.10.x compilers.
|
||||||
semigroups = addBuildDepends super.semigroups (with self; [nats tagged unordered-containers]);
|
semigroups = addBuildDepends super.semigroups (with self; [nats tagged unordered-containers]);
|
||||||
|
lens = addBuildDepends super.lens (with self; [doctest generic-deriving nats simple-reflect]);
|
||||||
|
|
||||||
# Haddock doesn't cope with the new markup.
|
# Haddock doesn't cope with the new markup.
|
||||||
bifunctors = dontHaddock super.bifunctors;
|
bifunctors = dontHaddock super.bifunctors;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user