elm-street 0.2.1.1 → 0.2.2.0
raw patch · 2 files changed
+11/−6 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- elm-street.cabal +6/−6
CHANGELOG.md view
@@ -3,6 +3,11 @@ `elm-street` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.2.2.0 - Jan 4, 2024++* Version bumps to allow building with GHC 9.8.1+* Remove GHC 8.10.7 from CI+ ## 0.2.1.1 - Aug 3, 2023 * Add missing extra-source-files: test/golden/oneType.json to cabal
elm-street.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: elm-street-version: 0.2.1.1+version: 0.2.2.0 synopsis: Crossing the road between Haskell and Elm description: `Elm-street` allows you to generate automatically derived from Haskell types@@ -19,18 +19,18 @@ extra-doc-files: README.md CHANGELOG.md extra-source-files: test/golden/oneType.json-tested-with: GHC == 8.10.7- GHC == 9.0.2+tested-with: GHC == 9.0.2 GHC == 9.2.8- GHC == 9.4.5- GHC == 9.6.2+ GHC == 9.4.8+ GHC == 9.6.3+ GHC == 9.8.1 source-repository head type: git location: https://github.com/Holmusk/elm-street.git common common-options- build-depends: base >= 4.11.1.0 && < 4.19+ build-depends: base >= 4.11.1.0 && < 4.20 ghc-options: -Wall -Wincomplete-uni-patterns