ansi-terminal-game

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e91af914f80b75969245ccd49fa2a8a073caa6e2
parent 1f1b8b479d047877b2f7c76cda5c4722ad2410e9
Author: josé rafael vieira <zero.jrvieira@gmail.com>
Date:   Fri, 16 Dec 2022 02:33:12 +0000

add upper bound to dependence
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 @@ -68,7 +68,7 @@ library terminal-size == 0.3.*, unidecode >= 0.1.0 && < 0.2, timers-tick > 0.5 && < 0.6, - colour >= 2.3.6 + colour >= 2.3.6 && < 2.4 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall