lackey 1.0.14 → 1.0.15
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- lackey.cabal +2/−2
lackey.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.10 name: lackey-version: 1.0.14+version: 1.0.15 synopsis: Generate Ruby clients from Servant APIs. description: Lackey generates Ruby clients from Servant APIs.@@ -42,7 +42,7 @@ test-suite test build-depends: base -any- , hspec >= 2.7.6 && < 2.8+ , hspec >= 2.7.6 && < 2.9 , lackey -any , servant -any , servant-foreign -any