packages feed

servant-namedargs 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~servant

Dependency ranges changed: servant

Files

CHANGELOG.md view
@@ -11,3 +11,7 @@ ## 0.1.1.0 -- 2019-02-25  * Introduction of NamedBody' combinator++## 0.1.1.1 -- 2019-03-22++* Deps bump for servant 0.16
servant-namedargs.cabal view
@@ -1,5 +1,5 @@ name:                servant-namedargs-version:             0.1.1.0+version:             0.1.1.1 synopsis:            Combinators for servant providing named parameters -- description: homepage:            https://gitlab.com/sciencei/servant-namedargs@@ -19,7 +19,7 @@   -- other-modules:   -- other-extensions:   build-depends:       base    >= 4.11 && < 4.13-                     , servant >= 0.14.1  && < 0.16+                     , servant >= 0.14.1  && < 0.17                      , named   >= 0.2     && < 0.3                      , text    >= 1.2     && < 1.3   hs-source-dirs:      src