summoner-tui 2.0.1.0 → 2.0.1.1
raw patch · 2 files changed
+9/−2 lines, 2 filesdep ~brickPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: brick
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- summoner-tui.cabal +2/−2
CHANGELOG.md view
@@ -3,6 +3,13 @@ `summoner` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 2.0.1.1 — May 29, 2020++* [#467](https://github.com/kowainik/summoner/issues/467):+ Allow `aeson-1.5.0.0`.+* [#469](https://github.com/kowainik/summoner/issues/469):+ __#TUI__ Allow `brick-0.54`.+ ## 2.0.1.0 — May 21, 2020 * [#443](https://github.com/kowainik/summoner/issues/443):
summoner-tui.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: summoner-tui-version: 2.0.1.0+version: 2.0.1.1 synopsis: Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI. description: Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI. See [README.md](https://github.com/kowainik/summoner#-summoner) for details.@@ -79,7 +79,7 @@ autogen-modules: Paths_summoner_tui other-modules: Paths_summoner_tui - build-depends: brick >= 0.47 && < 0.54+ build-depends: brick >= 0.47 && < 0.55 , colourista ^>= 0.1 , directory ^>= 1.3.0.2 , microlens ^>= 0.4