reqcatcher 0.1.2.0 → 0.2.0.0
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~basedep ~http-clientdep ~tasty-hunit
Dependency ranges changed: base, http-client, tasty-hunit
Files
- reqcatcher.cabal +6/−6
reqcatcher.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.1.+-- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack ----- hash: b7aba7ed40eb1367f51e126588fdb08eaba0ad0e7e4fc76dcfd91371667669ca+-- hash: bdf129cb13efc2eea1a1835e2bc57c7f42552e8f8bb39f3d2402cd33b46bd86f name: reqcatcher-version: 0.1.2.0+version: 0.2.0.0 synopsis: A local http server to catch the HTTP redirect description: Manage an http server in your local PC to catch the HTTP redirect request from the browser. Especially, you can@@ -34,7 +34,7 @@ hs-source-dirs: src build-depends:- base >=4.7 && <5+ base >=4.7 && <4.13 , http-types >=0.8 && <1.0 , network >=2.6 && <2.9 , text >=1.2 && <1.3@@ -53,12 +53,12 @@ build-depends: HUnit >=1.2 && <1.7 , base- , http-client >=0.4 && <0.6+ , http-client >=0.4 && <0.7 , http-types , lens >=4.7 && <4.18 , reqcatcher , tasty >=0.10 && <1.3- , tasty-hunit >=0.9 && <0.11+ , tasty-hunit >=0.9 && <1.0 , wai , wreq >=0.3 && <0.6 default-language: Haskell2010