servant-server 0.4.4.5 → 0.4.4.6
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~waidep ~warpPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: wai, warp
API changes (from Hackage documentation)
Files
- servant-server.cabal +3/−3
servant-server.cabal view
@@ -1,5 +1,5 @@ name: servant-server-version: 0.4.4.5+version: 0.4.4.6 synopsis: A family of combinators for defining webservices APIs and serving them description: A family of combinators for defining webservices APIs and serving them@@ -57,9 +57,9 @@ , filepath >= 1 , text >= 1.2 && < 1.3 , transformers >= 0.3 && < 0.5- , wai >= 3.0 && < 3.1+ , wai >= 3.0 && < 3.3 , wai-app-static >= 3.0 && < 3.2- , warp >= 3.0 && < 3.2+ , warp >= 3.0 && < 3.3 hs-source-dirs: src default-language: Haskell2010