haskell-markdown-unlit: cannot generate documentation with Haddock shipped with ghc 7.0.4 or earlier

This commit is contained in:
Peter Simons 2013-12-14 15:11:19 +01:00
parent 2f69aaf721
commit da88a3a81e

View file

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
testDepends = [ hspec QuickCheck silently stringbuilder ];
noHaddock = self.stdenv.lib.versionOlder self.ghc.version "7.4";
meta = {
description = "Literate Haskell support for Markdown";
license = self.stdenv.lib.licenses.mit;