mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01: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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue