packages feed

servant-server-namedargs 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~servantdep ~servant-server

Dependency ranges changed: servant, servant-server

Files

CHANGELOG.md view
@@ -7,3 +7,7 @@ ## 0.1.1.0 -- 2019-02-25  * Support for NamedBody'++## 0.1.1.1 -- 2019-03-22++* Deps bump for servant 0.16
servant-server-namedargs.cabal view
@@ -1,5 +1,5 @@ name:                servant-server-namedargs-version:             0.1.1.0+version:             0.1.1.1 synopsis:            Automatically derive API server functions with named and optional parameters homepage:            https://gitlab.com/sciencei/servant-server-namedargs bug-reports:         https://gitlab.com/sciencei/servant-server-namedargs/issues@@ -19,8 +19,8 @@   -- other-modules:   -- other-extensions:   build-depends:       base                >= 4.11    && < 4.13-                     , servant             >= 0.14.1  && < 0.16-                     , servant-server      >= 0.14.1  && < 0.16+                     , servant             >= 0.14.1  && < 0.17+                     , servant-server      >= 0.14.1  && < 0.17                      , servant-namedargs   >= 0.1.1   && < 0.2                      , named               >= 0.2     && < 0.3                      , text                >= 1.2     && < 1.3