3
0
Fork 0
forked from mirrors/nixpkgs

haskell-doctest: fix builds with old ghc

This commit is contained in:
Peter Simons 2015-01-20 14:54:54 +01:00
parent 0b05129b88
commit 4531b31d75
2 changed files with 6 additions and 0 deletions

View file

@ -57,4 +57,7 @@ self: super: {
# These packages need more recent versions of core libraries to compile.
happy = addBuildTools super.happy [self.containers_0_4_2_1 self.deepseq_1_3_0_1];
# Setup: Can't find transitive deps for haddock
doctest = dontHaddock super.doctest;
}

View file

@ -57,4 +57,7 @@ self: super: {
# These packages need more recent versions of core libraries to compile.
happy = addBuildTools super.happy [self.containers_0_4_2_1 self.deepseq_1_3_0_1];
# Setup: Can't find transitive deps for haddock
doctest = dontHaddock super.doctest;
}