servant-server 0.2.1 → 0.2.2
raw patch · 1 files changed
+2/−2 lines, 1 files
Files
- servant-server.cabal +2/−2
servant-server.cabal view
@@ -1,5 +1,5 @@ name: servant-server-version: 0.2.1+version: 0.2.2 synopsis: A family of combinators for defining webservices APIs and serving them description: A family of combinators for defining webservices APIs and serving them@@ -27,8 +27,8 @@ exposed-modules: Servant Servant.Server+ Servant.Server.Internal Servant.Utils.StaticFiles- other-modules: Servant.Server.Internal build-depends: base >=4.7 && <5 , aeson