packages feed

servant-polysemy 0.1.2 → 0.1.3

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~polysemy-plugin

Dependency ranges changed: polysemy-plugin

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for servant-polysemy +## 0.1.3 -- 2021-04-28++* Bump constraint on polysemy-plugin to allow version 0.3.0.0.+ ## 0.1.2 -- 2021-02-23  * Remove Paths_servant_polysemy from exported modules.
servant-polysemy.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                servant-polysemy-version:             0.1.2+version:             0.1.3 synopsis:            Utilities for using servant in a polysemy stack  description:         It's possible to use servant and polysemy together without this library, but it's not easy. This library makes it easy. homepage:         https://github.com/AJChapman/servant-polysemy#readme@@ -30,7 +30,7 @@                      , http-client-tls ^>= 0.3.5.3                      , mtl             ^>= 2.2.2                      , polysemy         >= 1.3.0.0 && < 1.6-                     , polysemy-plugin ^>= 0.2.4.0+                     , polysemy-plugin  >= 0.2.4.0 && < 0.4                      , polysemy-zoo    ^>= 0.7.0.1                      , servant-server   >= 0.16 && < 0.19                      , servant-client   >= 0.16 && < 0.19