haskell-wai-test: trigger re-build to fix broken reference to HUnit
This commit is contained in:
parent
b7e3905d28
commit
e5e30f9ec9
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
||||
httpTypes HUnit network text transformers wai
|
||||
];
|
||||
testDepends = [ hspec wai ];
|
||||
postBuild = ":";
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/book/web-application-interface";
|
||||
description = "Unit test framework (built on HUnit) for WAI applications";
|
||||
|
Loading…
Reference in New Issue
Block a user