mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
haskell-markdown-unlit: cannot generate documentation with Haddock shipped with ghc 7.0.4 or earlier
This commit is contained in:
parent
2f69aaf721
commit
da88a3a81e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user