haskell-lens: fix build on older compilers

This commit is contained in:
Peter Simons 2016-09-09 13:53:23 +02:00
parent ea9a948fab
commit 740eb969eb
2 changed files with 2 additions and 0 deletions

View file

@ -98,6 +98,7 @@ self: super: {
# Needs additional inputs on pre 7.10.x compilers.
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.
bifunctors = dontHaddock super.bifunctors;

View file

@ -141,6 +141,7 @@ self: super: {
# Needs additional inputs on pre 7.10.x compilers.
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.
bifunctors = dontHaddock super.bifunctors;