packages feed

lackey 1.0.2 → 1.0.3

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec

API changes (from Hackage documentation)

Files

lackey.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: f6d519a685c6fa1ec5fa2f3ce3bccf926e94fa9a25dedc7904540c200f677265+-- hash: 442426656753dc22add296f968bf53537ae08b8df71bbbbcbd1ce5a558d0169b  name:           lackey-version:        1.0.2+version:        1.0.3 synopsis:       Generate Ruby clients from Servant APIs. description:    Lackey generates Ruby clients from Servant APIs. category:       Web@@ -50,7 +50,7 @@   ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded   build-depends:       base >=4.9.0 && <4.12-    , hspec >=2.2.3 && <2.5+    , hspec >=2.2.3 && <2.6     , lackey     , servant >=0.8.1 && <0.14     , servant-foreign >=0.8.1 && <0.12
package.yaml view
@@ -1,5 +1,5 @@ name: lackey-version: 1.0.2+version: 1.0.3  category: Web description: Lackey generates Ruby clients from Servant APIs.@@ -31,7 +31,7 @@ tests:   test:     dependencies:-      hspec: '>= 2.2.3 && < 2.5'+      hspec: '>= 2.2.3 && < 2.6'       lackey: -any     ghc-options:       - -rtsopts