http-test 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+2/−1 lines, 1 filesdep +network
Dependencies added: network
Files
- http-test.cabal +2/−1
http-test.cabal view
@@ -1,5 +1,5 @@ Name: http-test-Version: 0.2.0.1+Version: 0.2.0.2 synopsis: Test framework for HTTP APIs Description: A simple framework for making assertions about the responses of HTTP servers.@@ -53,3 +53,4 @@ main-is: HttpTestExec.hs Build-depends: base >= 4 && < 5 , http-test+ , network