haskell-RepLib: do not build haddocks
This commit is contained in:
parent
1986a10d41
commit
0e400be1ec
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||||
version = "0.5.3.3";
|
version = "0.5.3.3";
|
||||||
sha256 = "1772r6rfajcn622dxwy9z1bvv53l5xj6acbcv8n9p7h01fs52mpr";
|
sha256 = "1772r6rfajcn622dxwy9z1bvv53l5xj6acbcv8n9p7h01fs52mpr";
|
||||||
buildDepends = [ mtl typeEquality ];
|
buildDepends = [ mtl typeEquality ];
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.google.com/p/replib/";
|
homepage = "http://code.google.com/p/replib/";
|
||||||
description = "Generic programming library with representation types";
|
description = "Generic programming library with representation types";
|
||||||
|
|
Loading…
Reference in New Issue