Skip to content

Commit

Permalink
[#469] Brick-0.54 (#470)
Browse files Browse the repository at this point in the history
Resolves #469
  • Loading branch information
vrom911 committed May 29, 2020
1 parent 2d40a03 commit 32aaeeb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion summoner-cli/summoner.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: summoner
version: 2.0.1.0
version: 2.0.1.1
synopsis: Tool for scaffolding fully configured batteries-included production-level Haskell projects.
description: Tool for scaffolding fully configured batteries-included production-level Haskell projects.
See [README.md](https://github.com/kowainik/summoner#-summoner) for details.
Expand Down
4 changes: 2 additions & 2 deletions summoner-tui/summoner-tui.cabal
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -79,7 +79,7 @@ library
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
Expand Down

0 comments on commit 32aaeeb

Please sign in to comment.