packages feed

lackey 2.0.0.2 → 2.0.0.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basedep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, text

API changes (from Hackage documentation)

Files

lackey.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: lackey-version: 2.0.0.2+version: 2.0.0.3  synopsis: Generate Ruby clients from Servant APIs. description: Lackey generates Ruby clients from Servant APIs.@@ -26,9 +26,9 @@  common library   build-depends:-    , base >= 4.13.0 && < 4.17+    , base >= 4.13.0 && < 4.18     , servant-foreign >= 0.15 && < 0.16-    , text >= 1.2.4 && < 1.3+    , text >= 1.2.4 && < 1.3 || >= 2.0 && < 2.1   default-language: Haskell2010   ghc-options:     -Weverything