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";
|
||||
sha256 = "1772r6rfajcn622dxwy9z1bvv53l5xj6acbcv8n9p7h01fs52mpr";
|
||||
buildDepends = [ mtl typeEquality ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "http://code.google.com/p/replib/";
|
||||
description = "Generic programming library with representation types";
|
||||
|
|
Loading…
Reference in New Issue