reqcatcher 0.2.1.0 → 0.2.2.0
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~lensdep ~networkdep ~warp
Dependency ranges changed: lens, network, warp
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: 34ba6940d7768ecb25c92487934fac98e09270b72211487b03bf445518a95ba7+-- hash: b264a60eab57d90bccc19e0b450656751920593495392004ea031f74c31a84c1 name: reqcatcher-version: 0.2.1.0+version: 0.2.2.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@@ -36,10 +36,10 @@ build-depends: base >=4.7 && <5 , http-types >=0.8 && <1.0- , network >=2.6 && <2.9+ , network >=2.6 && <3.2 , text >=1.2 && <1.3 , wai >=3.0 && <3.3- , warp >=3.0 && <3.3+ , warp >=3.0 && <3.4 default-language: Haskell2010 test-suite reqcatcher-test@@ -55,7 +55,7 @@ , base , http-client >=0.4 && <0.7 , http-types- , lens >=4.7 && <4.18+ , lens >=4.7 && <4.19 , reqcatcher , tasty >=0.10 && <1.3 , tasty-hunit >=0.9 && <0.11