packages feed

elm-export 0.3.0.1 → 0.3.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~elm-exportPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: elm-export

API changes (from Hackage documentation)

Files

elm-export.cabal view
@@ -1,5 +1,5 @@ name: elm-export-version: 0.3.0.1+version: 0.3.0.2 cabal-version: >=1.10 build-type: Simple license: OtherLicense@@ -10,7 +10,7 @@ homepage: http://github.com/krisajenkins/elm-export synopsis: A library to generate Elm types from Haskell source. description:-    Please see README.md+    Generate Elm source code automatically from Haskell types. Using GHC.Generics, we can automatically derive Elm type declarations, and Aeson-compatible JSON decoders & encoders. category: Web author: Kris Jenkins @@ -47,7 +47,7 @@         base >=4.8.2.0 && <4.9,         bytestring >=0.10.6.0 && <0.11,         containers >=0.5.6.2 && <0.6,-        elm-export >=0.3.0.1 && <0.4,+        elm-export >=0.3.0.2 && <0.4,         hspec >=2.2.2 && <2.3,         hspec-core >=2.2.2 && <2.3,         quickcheck-instances >=0.3.12 && <0.4,