json-autotype 3.0.0 → 3.0.1
raw patch · 1 files changed
+1/−3 lines, 1 filesnew-uploaderPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- json-autotype.cabal +1/−3
json-autotype.cabal view
@@ -1,6 +1,6 @@ -- Build information for the package. name: json-autotype-version: 3.0.0+version: 3.0.1 synopsis: Automatic type declaration for JSON input data description: Generates datatype declarations with Aeson's `FromJSON` instances from a set of example ".json" files.@@ -143,8 +143,6 @@ json-autotype, json-alt default-language: Haskell2010- ld-options: -static- ghc-options: -fPIC -- * Test suites -- Test suite with QuickCheck on random values,