File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3
3
` summoner ` uses [ PVP Versioning] [ 1 ] .
4
4
The changelog is available [ on GitHub] [ 2 ] .
5
5
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
+
6
13
## 2.0.1.0 — May 21, 2020
7
14
8
15
* [ #443 ] ( https://github.com/kowainik/summoner/issues/443 ) :
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : summoner
3
- version : 2.0.1.0
3
+ version : 2.0.1.1
4
4
synopsis : Tool for scaffolding fully configured batteries-included production-level Haskell projects.
5
5
description : Tool for scaffolding fully configured batteries-included production-level Haskell projects.
6
6
See [README.md](https://github.com/kowainik/summoner#-summoner) for details.
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : summoner-tui
3
- version : 2.0.1.0
3
+ version : 2.0.1.1
4
4
synopsis : Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI.
5
5
description : Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI.
6
6
See [README.md](https://github.com/kowainik/summoner#-summoner) for details.
@@ -79,7 +79,7 @@ library
79
79
autogen-modules : Paths_summoner_tui
80
80
other-modules : Paths_summoner_tui
81
81
82
- build-depends : brick >= 0.47 && < 0.54
82
+ build-depends : brick >= 0.47 && < 0.55
83
83
, colourista ^>= 0.1
84
84
, directory ^>= 1.3.0.2
85
85
, microlens ^>= 0.4
You can’t perform that action at this time.
0 commit comments