haskell-wai-test: disable haddock phase for empty module
This commit is contained in:
parent
30835fc777
commit
a059a4b167
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "3.0.0";
|
version = "3.0.0";
|
||||||
sha256 = "0xys01jniib0pnhadcm7s0v5z0wcxfgi0bf5ax808zm9qzvl3xfx";
|
sha256 = "0xys01jniib0pnhadcm7s0v5z0wcxfgi0bf5ax808zm9qzvl3xfx";
|
||||||
buildDepends = [ wai ];
|
buildDepends = [ wai ];
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/web-application-interface";
|
homepage = "http://www.yesodweb.com/book/web-application-interface";
|
||||||
description = "Unit test framework (built on HUnit) for WAI applications. (deprecated)";
|
description = "Unit test framework (built on HUnit) for WAI applications. (deprecated)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user