servant-snap 0.7 → 0.7.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- servant-snap.cabal +2/−2
servant-snap.cabal view
@@ -1,5 +1,5 @@ name: servant-snap-version: 0.7+version: 0.7.0.1 synopsis: A family of combinators for defining webservices APIs and serving them description: Interpret a Servant API as a Snap server, using any Snaplets you like.@@ -12,7 +12,7 @@ . <https://github.com/haskell-servant/servant-snap/blob/master/CHANGELOG.md CHANGELOG> homepage: http://haskell-servant.github.io/-Bug-reports: http://github.com/haskell-servant/servant/issues+Bug-reports: http://github.com/haskell-servant/servant-snap/issues license: BSD3 license-file: LICENSE author: Alp Mestanogullari, Sönke Hahn, Julian K. Arni, Greg Hale