lackey 1.0.7 → 1.0.8
raw patch · 3 files changed
+6/−6 lines, 3 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- lackey.cabal +3/−3
- package.yaml +2/−2
- stack.yaml +1/−1
lackey.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: b8f43f889bfad1741b7484d3609ca4932d05ada05c695aeec6a6d774b8896a14+-- hash: ecac0581aed4eaf0828b610753ce49c5f0063e7d6ac9517893d0aa7f662ec37f name: lackey-version: 1.0.7+version: 1.0.8 synopsis: Generate Ruby clients from Servant APIs. description: Lackey generates Ruby clients from Servant APIs. category: Web@@ -52,7 +52,7 @@ ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded build-depends: base >=4.9.0 && <4.13- , hspec >=2.2.3 && <2.7+ , hspec >=2.2.3 && <2.8 , lackey , servant >=0.8.1 && <0.16 , servant-foreign >=0.8.1 && <0.16
package.yaml view
@@ -1,5 +1,5 @@ name: lackey-version: 1.0.7+version: 1.0.8 category: Web description: Lackey generates Ruby clients from Servant APIs.@@ -31,7 +31,7 @@ tests: test: dependencies:- hspec: '>= 2.2.3 && < 2.7'+ hspec: '>= 2.2.3 && < 2.8' lackey: -any ghc-options: - -rtsopts
stack.yaml view
@@ -1,1 +1,1 @@-resolver: nightly-2018-11-01+resolver: lts-13.0