servant-reason 0.1.0.0 → 0.1.1.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~reason-exportPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: reason-export
API changes (from Hackage documentation)
Files
- servant-reason.cabal +3/−3
servant-reason.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 6c0ebb17fd103163c20ec58213afcdd0311c5f540d9fd64e4894fc8349bea6b3+-- hash: ecc7a2ecebec517a88537e837cca249609e6a79f814824fe8c64dbd17bb8465f name: servant-reason-version: 0.1.0.0+version: 0.1.1.0 synopsis: Derive Reason types to interact with a Haskell backend description: Please see the README on GitHub at <https://github.com/abarbu/servant-reason#readme> category: Web@@ -52,7 +52,7 @@ build-depends: base >=4.7 && <5 , lens- , reason-export+ , reason-export >=0.1.1.0 , servant , servant-foreign , text