packages feed

webgear-core 1.0.0 → 1.0.1

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

webgear-core.cabal view
@@ -1,13 +1,13 @@ cabal-version:       2.4  name:                webgear-core-version:             1.0.0+version:             1.0.1 synopsis:            Composable, type-safe library to build HTTP APIs description:         WebGear is a library to for building composable, type-safe HTTP APIs.         See the documentation of WebGear.Core module to get started.-homepage:            https://github.com/haskell-webgear/webgear-core#readme-bug-reports:         https://github.com/haskell-webgear/webgear-core/issues+homepage:            https://github.com/haskell-webgear/webgear#readme+bug-reports:         https://github.com/haskell-webgear/webgear/issues author:              Raghu Kaippully maintainer:          rkaippully@gmail.com copyright:           2020-2021 Raghu Kaippully@@ -21,7 +21,7 @@  source-repository head   type:      git-  location:  https://github.com/haskell-webgear/webgear-core+  location:  https://github.com/haskell-webgear/webgear   common webgear-common@@ -64,7 +64,7 @@                     , safe-exceptions ==0.1.*                     , tagged ==0.8.*                     , template-haskell >=2.15.0.0 && <2.19-                    , text ==1.2.*+                    , text >=1.2.0.0 && <2.1                     , unordered-containers ==0.2.*                     , wai ==3.2.*   ghc-options:        -Wall