forked from mirrors/nixpkgs
haskell-doctest: don't build haddock documentation with pre-7.4 versions of GHC
This commit is contained in:
parent
edaa56041c
commit
ec00fe0965
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
|||
stringbuilder syb transformers
|
||||
];
|
||||
doCheck = false;
|
||||
noHaddock = self.stdenv.lib.versionOlder self.ghc.version "7.4";
|
||||
meta = {
|
||||
homepage = "https://github.com/sol/doctest-haskell#readme";
|
||||
description = "Test interactive Haskell examples";
|
||||
|
|
Loading…
Reference in a new issue