packages feed

reqcatcher 0.1.1.0 → 0.1.2.0

raw patch · 1 files changed

+10/−9 lines, 1 filesdep ~basedep ~lensdep ~network

Dependency ranges changed: base, lens, network, tasty, tasty-hunit

Files

reqcatcher.cabal view
@@ -1,11 +1,13 @@--- This file has been generated from package.yaml by hpack version 0.28.2.+cabal-version: 1.12++-- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack ----- hash: a80a04c5b7999f995b4009f7bbee7e65eee1ae21ee2daa5e1d1ad2b54219466a+-- hash: b7aba7ed40eb1367f51e126588fdb08eaba0ad0e7e4fc76dcfd91371667669ca  name:           reqcatcher-version:        0.1.1.0+version:        0.1.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@@ -19,7 +21,6 @@ license:        BSD3 license-file:   LICENSE build-type:     Simple-cabal-version:  >= 1.10  source-repository head   type: git@@ -33,9 +34,9 @@   hs-source-dirs:       src   build-depends:-      base >=4.7 && <4.12+      base >=4.7 && <5     , http-types >=0.8 && <1.0-    , network >=2.6 && <2.7+    , network >=2.6 && <2.9     , text >=1.2 && <1.3     , wai >=3.0 && <3.3     , warp >=3.0 && <3.3@@ -54,10 +55,10 @@     , base     , http-client >=0.4 && <0.6     , http-types-    , lens >=4.7 && <4.17+    , lens >=4.7 && <4.18     , reqcatcher-    , tasty >=0.10 && <1.2-    , tasty-hunit >=0.9 && <1.0+    , tasty >=0.10 && <1.3+    , tasty-hunit >=0.9 && <0.11     , wai     , wreq >=0.3 && <0.6   default-language: Haskell2010