packages feed

servant-kotlin 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~shellyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: shelly

API changes (from Hackage documentation)

Files

servant-kotlin.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           servant-kotlin-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Automatically derive Kotlin class to query servant webservices description:    See README at <https://github.com/matsubara0507/servant-kotlin#readme> category:       Web@@ -91,5 +91,5 @@     , aeson >= 1.0 && < 1.3     , http-api-data >= 0.3.7 && < 0.3.8     , servant-kotlin-    , shelly >= 1.6.8 && < 1.6.9+    , shelly >= 1.6.8 && < 1.6.10   default-language: Haskell2010