elm-street 0.1.0.2 → 0.1.0.3
raw patch · 3 files changed
+14/−6 lines, 3 filesdep ~basedep ~prettyprinterdep ~servantnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, prettyprinter, servant, servant-server, warp
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.md +2/−0
- elm-street.cabal +8/−6
CHANGELOG.md view
@@ -3,6 +3,10 @@ `elm-street` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.1.0.3 - Jun 29, 2020++Update to LTS 16.2+ ## 0.1.0.2 — Sep 13, 2019 * [#89](https://github.com/holmusk/elm-street/issues/89):
README.md view
@@ -1,5 +1,7 @@ # elm-street ++ [](https://hackage.haskell.org/package/elm-street) [](LICENSE) [](http://stackage.org/lts/package/elm-street)
elm-street.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: elm-street-version: 0.1.0.2+version: 0.1.0.3 synopsis: Crossing the road between Haskell and Elm description: `Elm-street` allows you to generate automatically derived from Haskell types@@ -20,13 +20,15 @@ CHANGELOG.md tested-with: GHC == 8.4.4 GHC == 8.6.5+ GHC == 8.8.4+ GHC == 8.10.2 source-repository head type: git location: https://github.com/Holmusk/elm-street.git common common-options- build-depends: base >= 4.11.1.0 && < 4.13+ build-depends: base >= 4.11.1.0 && < 4.15 ghc-options: -Wall -Wincomplete-uni-patterns@@ -71,7 +73,7 @@ build-depends: aeson >= 1.3 , directory ^>= 1.3 , filepath ^>= 1.4- , prettyprinter >= 1.2.1 && < 1.4+ , prettyprinter >= 1.2.1 && < 1.7 , text ^>= 1.2 , time @@ -106,11 +108,11 @@ main-is: Main.hs other-modules: Api - build-depends: servant >= 0.14 && < 0.17- , servant-server >= 0.14 && < 0.17+ build-depends: servant >= 0.14 && < 0.19+ , servant-server >= 0.14 && < 0.19 , types , wai ^>= 3.2- , warp ^>= 3.2+ , warp < 3.4 ghc-options: -threaded -rtsopts