elm-export 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+4/−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 +4/−3
elm-export.cabal view
@@ -1,11 +1,12 @@ name: elm-export-version: 0.3.0.0+version: 0.3.0.1 cabal-version: >=1.10 build-type: Simple license: OtherLicense license-file: LICENSE.txt-copyright: 2015 Kris Jenkins+copyright: 2015-2016 Kris Jenkins maintainer: kris.jenkins@clearercode.com+stability: alpha homepage: http://github.com/krisajenkins/elm-export synopsis: A library to generate Elm types from Haskell source. description:@@ -46,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.0 && <0.4,+ elm-export >=0.3.0.1 && <0.4, hspec >=2.2.2 && <2.3, hspec-core >=2.2.2 && <2.3, quickcheck-instances >=0.3.12 && <0.4,