forked from mirrors/nixpkgs
haskell-doctest: fix builds with old ghc
This commit is contained in:
parent
0b05129b88
commit
4531b31d75
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue