Skip to content

Commit 32aaeeb

Browse files
authored
[#469] Brick-0.54 (#470)
Resolves #469
1 parent 2d40a03 commit 32aaeeb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
`summoner` uses [PVP Versioning][1].
44
The changelog is available [on GitHub][2].
55

6+
## 2.0.1.1 — May 29, 2020
7+
8+
* [#467](https://github.com/kowainik/summoner/issues/467):
9+
Allow `aeson-1.5.0.0`.
10+
* [#469](https://github.com/kowainik/summoner/issues/469):
11+
__#TUI__ Allow `brick-0.54`.
12+
613
## 2.0.1.0 — May 21, 2020
714

815
* [#443](https://github.com/kowainik/summoner/issues/443):

summoner-cli/summoner.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: summoner
3-
version: 2.0.1.0
3+
version: 2.0.1.1
44
synopsis: Tool for scaffolding fully configured batteries-included production-level Haskell projects.
55
description: Tool for scaffolding fully configured batteries-included production-level Haskell projects.
66
See [README.md](https://github.com/kowainik/summoner#-summoner) for details.

summoner-tui/summoner-tui.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: summoner-tui
3-
version: 2.0.1.0
3+
version: 2.0.1.1
44
synopsis: Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI.
55
description: Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI.
66
See [README.md](https://github.com/kowainik/summoner#-summoner) for details.
@@ -79,7 +79,7 @@ library
7979
autogen-modules: Paths_summoner_tui
8080
other-modules: Paths_summoner_tui
8181

82-
build-depends: brick >= 0.47 && < 0.54
82+
build-depends: brick >= 0.47 && < 0.55
8383
, colourista ^>= 0.1
8484
, directory ^>= 1.3.0.2
8585
, microlens ^>= 0.4

0 commit comments

Comments
 (0)