haskell-hsdns: fix build with GHC 7.0.x and 7.2.x

This commit is contained in:
Peter Simons 2017-04-21 16:11:27 +02:00
parent f4ed1f98d1
commit 25a1ef369b
2 changed files with 2 additions and 0 deletions

View file

@ -62,6 +62,7 @@ self: super: {
# Setup: Can't find transitive deps for haddock
doctest = dontHaddock super.doctest;
hsdns = dontHaddock super.hsdns;
# Needs hashable on pre 7.10.x compilers.
nats_1 = addBuildDepend super.nats_1 self.hashable;

View file

@ -63,6 +63,7 @@ self: super: {
# Setup: Can't find transitive deps for haddock
doctest = dontHaddock super.doctest;
hsdns = dontHaddock super.hsdns;
# Needs hashable on pre 7.10.x compilers.
nats_1 = addBuildDepend super.nats_1 self.hashable;