ansi-terminal-game 1.9.1.2 → 1.9.1.3
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~bytestringdep ~containersdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, containers, hspec
API changes (from Hackage documentation)
Files
- NEWS +6/−0
- ansi-terminal-game.cabal +2/−2
NEWS view
@@ -1,3 +1,9 @@+1.9.1.3+-------++- Bump hsped+- dom 14 mag 2023, 14:58:31+ 1.9.1.2 -------
ansi-terminal-game.cabal view
@@ -1,5 +1,5 @@ name: ansi-terminal-game-version: 1.9.1.2+version: 1.9.1.3 synopsis: cross-platform library for terminal games description: Library which aims to replicate standard 2d game functions (blit, ticks, timers, etc.) in a terminal@@ -125,7 +125,7 @@ timers-tick > 0.5 && < 0.6, colour >= 2.3.6 && < 2.4 -- the above plus hspec- , hspec >= 2.10.1 && < 2.11+ , hspec >= 2.10.1 && < 2.12 build-tool-depends: hspec-discover:hspec-discover type: exitcode-stdio-1.0 ghc-options: -Wall