http-test 0.2 → 0.2.0.1
raw patch · 1 files changed
+5/−13 lines, 1 filesdep −networkdep ~aesondep ~textnew-component:exe:test-http-test-bayeshive
Dependencies removed: network
Dependency ranges changed: aeson, text
Files
- http-test.cabal +5/−13
http-test.cabal view
@@ -1,5 +1,5 @@ Name: http-test-Version: 0.2+Version: 0.2.0.1 synopsis: Test framework for HTTP APIs Description: A simple framework for making assertions about the responses of HTTP servers.@@ -35,29 +35,21 @@ hs-source-dirs: src Build-depends: base >= 4 && < 5 , mtl - , aeson >= 0.7 && < 0.8+ , aeson , wreq , tasty , tasty-hunit- , text >= 1.1 && < 1.2+ , text , bytestring , lens , http-client -executable test-http-test-on-bayeshive+executable test-http-test-bayeshive main-is: test.hs Build-depends: base >= 4 && < 5 , http-test executable http-test main-is: HttpTestExec.hs- Buildable: False Build-depends: base >= 4 && < 5- , lens- , http-client- , mtl - , aeson >= 0.7 && < 0.8- , wreq- , text >= 1.1 && < 1.2- , bytestring- , network+ , http-test