Skip to content

Commit a5709c8

Browse files
bump v
1 parent fe5125c commit a5709c8

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## [unreleased]
44

5-
## [0.1.0.6]
5+
## [0.1.0.7]
66
- fix several bugs
7-
- update to use 0.1.0.6 of tinytools
7+
- update to use 0.1.0.7 of tinytools
88

99
## [0.1.0.5]
1010
- add version string to welcome popup title

tinytools

tinytools-vty.cabal

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22

33
name: tinytools-vty
4-
version: 0.1.0.6
4+
version: 0.1.0.7
55
description: tinytools-vty is a terminal based monospace unicode diagram editing tool
66
homepage: https://github.com/minimapletinytools/tinytools-vty#readme
77
bug-reports: https://github.com/minimapletinytools/tinytools-vty/issues
@@ -21,6 +21,8 @@ extra-source-files:
2121
xterm-256color_termwidthfile
2222

2323

24+
Tested-With: GHC ==9.2.5 || ==9.6.2
25+
2426
source-repository head
2527
type: git
2628
location: https://github.com/minimapletinytools/tinytools-vty
@@ -102,7 +104,7 @@ library
102104
, reflex-test-host >=0.1.2.3 && < 0.2
103105
, reflex-potatoes >= 0.1.0 && < 0.2
104106
, reflex-vty >= 0.5.1 && < 0.6
105-
, tinytools == 0.1.0.6
107+
, tinytools == 0.1.0.7
106108
, aeson >= 2.1.2 && < 2.2
107109
, template-haskell >= 2.18 && < 2.21
108110
, containers >= 0.6.7 && < 0.7
@@ -130,7 +132,7 @@ library
130132
, lens >= 5.2.3 && < 5.3
131133
, ref-tf >= 0.5.0 && < 0.6
132134
, relude >= 1.2.1 && < 1.3
133-
, vty >= 5.38 && < 5.39
135+
, vty>=5.28 && <5.39
134136
, optparse-applicative >= 0.18.1 && < 0.19
135137
default-language: Haskell2010
136138

@@ -183,7 +185,7 @@ executable tinytools
183185
, reflex-test-host >=0.1.2.3 && < 0.2
184186
, reflex-potatoes >= 0.1.0 && < 0.2
185187
, reflex-vty >= 0.5.1 && < 0.6
186-
, tinytools == 0.1.0.6
188+
, tinytools == 0.1.0.7
187189
, aeson >= 2.1.2 && < 2.2
188190
, template-haskell >= 2.18 && < 2.21
189191
, containers >= 0.6.7 && < 0.7
@@ -211,7 +213,7 @@ executable tinytools
211213
, lens >= 5.2.3 && < 5.3
212214
, ref-tf >= 0.5.0 && < 0.6
213215
, relude >= 1.2.1 && < 1.3
214-
, vty >= 5.38 && < 5.39
216+
, vty>=5.28 && <5.39
215217
, optparse-applicative >= 0.18.1 && < 0.19
216218
, tinytools-vty
217219
default-language: Haskell2010
@@ -274,9 +276,9 @@ test-suite tinytools-vty-test
274276
, reflex >= 0.9.2 && < 1
275277
, reflex-test-host >=0.1.2.3 && < 0.2
276278
, reflex-vty >= 0.5.1 && < 0.6
277-
, vty >= 5.38 && < 5.39
279+
, vty>=5.28 && <5.39
278280
, relude >= 1.2.1 && < 1.3
279-
, tinytools >= 0.1.0.6 && < 0.2
281+
, tinytools >= 0.1.0.7 && < 0.2
280282
, tinytools-vty
281283
, ref-tf >= 0.5.0 && < 0.6
282284
, data-default >= 0.7.1 && < 0.8

0 commit comments

Comments
 (0)