json-spec 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- json-spec.cabal +2/−2
json-spec.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: json-spec-version: 0.3.0.0+version: 0.3.0.1 synopsis: Type-level JSON specification maintainer: rick@owensmurray.com description: See the README at: https://github.com/owensmurray/json-spec#json-spec@@ -52,6 +52,6 @@ default-language: Haskell2010 build-depends: , json-spec- , bytestring >= 0.11.1.0 && < 0.12+ , bytestring >= 0.11.1.0 && < 0.13 , hspec >= 2.8.5 && < 2.12 , om-show >= 0.1.2.9 && < 0.2