packages feed

scotty-tls 0.5.0 → 0.6.0

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~scottydep ~transformersdep ~waiPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: scotty, transformers, wai, warp, warp-tls

API changes (from Hackage documentation)

Files

scotty-tls.cabal view
@@ -1,12 +1,12 @@ name:                scotty-tls-version:             0.5.0+version:             0.6.0 synopsis:            TLS for Scotty description:         Run your Scotty apps over TLS homepage:            https://github.com/dmjio/scotty-tls.git license:             BSD3 license-file:        LICENSE author:              David Johnson-maintainer:          djohnson.m@gmail.com+maintainer:          code@dmj.io category:            Web build-type:          Simple cabal-version:       >=1.10@@ -18,13 +18,13 @@   exposed-modules:     Web.Scotty.TLS   other-extensions:    RankNTypes   build-depends:       base < 5,-                       scotty >=0.21.0,-                       warp >= 3.3,-                       warp-tls >= 3.4,-                       wai >= 3.2,-                       transformers >= 0.3.0.0+                       scotty >=0.21.0 && < 0.23,+                       warp >= 3.3 && < 3.5,+                       warp-tls >= 3.4 && < 3.5,+                       wai >= 3.2 && < 3.3,+                       transformers >= 0.3.0.0 && < 0.7   GHC-options: -Wall -fno-warn-orphans   default-language:    Haskell2010 source-repository head   type:     git-  location: git://github.com/dmjio/scotty-tls.git+  location: git://github.com/scotty-web/scotty-tls.git