ansi-terminal-game

cross-platform library for terminal games
git clone https://www.ariis.it/static/repos/git/ansi-terminal-game.git
Log | Files | Refs | README | LICENSE

commit ba808a84db5d7152ecb95b33751a38aa95376f32
parent 0d09ee6bf2b83136a205236feacffed990d7dda0
Author: Francesco Ariis <fa-ml@ariis.it>
Date:   Tue, 21 Mar 2023 21:42:49 +0100

Add hspec upper bound

Diffstat:
Mansi-terminal-game.cabal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansi-terminal-game.cabal b/ansi-terminal-game.cabal @@ -125,7 +125,7 @@ test-suite test timers-tick > 0.5 && < 0.6, colour >= 2.3.6 && < 2.4 -- the above plus hspec - , hspec + , hspec >= 2.10.1 && < 2.11 build-tool-depends: hspec-discover:hspec-discover type: exitcode-stdio-1.0 ghc-options: -Wall