packages feed

conferer-warp 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~confererPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: conferer

API changes (from Hackage documentation)

Files

conferer-warp.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: ef41490a4d86c25fd30d4fd05b5535d4f08119262a31d708ce72a05155d00725+-- hash: fa8fc88599aea859e44e6fa48ae598e0ca0fcb8d09bf462840601d33ba339f56  name:           conferer-warp-version:        0.1.0.1+version:        0.1.0.2 synopsis:       conferer's FromConfig instances for warp settings  description:    Library to abstract the parsing of many haskell config values from different config sources@@ -33,7 +33,7 @@   default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables   build-depends:       base >=4.3 && <5-    , conferer ==0.1.0.1+    , conferer >=0.1.0.1 && <0.2.0.0     , http-types >=0.8.6 && <0.13     , text >=1.1 && <1.3     , wai >=3.0 && <4.0@@ -51,7 +51,7 @@   default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables   build-depends:       base >=4.3 && <5-    , conferer ==0.1.0.1+    , conferer >=0.1.0.1 && <0.2.0.0     , conferer-warp     , hspec     , http-types >=0.8.6 && <0.13