packages feed

digestive-functors-scotty 0.2.0.1 → 0.2.0.2

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~bytestringdep ~digestive-functorsdep ~http-typesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, digestive-functors, http-types, scotty, text, wai, wai-extra

API changes (from Hackage documentation)

Files

digestive-functors-scotty.cabal view
@@ -1,5 +1,5 @@ name:                digestive-functors-scotty-version:             0.2.0.1+version:             0.2.0.2 synopsis:            Scotty backend for the digestive-functors library description:         Scotty backend for the digestive-functors library homepage:            https://bitbucket.org/wniare/digestive-functors-scotty@@ -18,13 +18,13 @@   exposed-modules:     Text.Digestive.Scotty    build-depends:       base               ==4.*-                     , digestive-functors ==0.7.*-                     , scotty             ==0.7.*-                     , bytestring         >=0.9   && <0.11-                     , http-types         ==0.8.*-                     , text               >=0.11  && <1.2-                     , wai                >=2.0.0 && <2.2-                     , wai-extra          >=2.0.1 && <2.2+                     , digestive-functors >=0.7+                     , scotty             >=0.7+                     , bytestring         >=0.9+                     , http-types         >=0.8+                     , text               >=0.11+                     , wai                >=2.0.0+                     , wai-extra          >=2.0.1  source-repository head   Type: git