packages feed

ansi-terminal-game 0.7.1.0 → 0.7.2.0

raw patch · 2 files changed

+9/−3 lines, 2 filesdep ~timers-tickPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: timers-tick

API changes (from Hackage documentation)

Files

ansi-terminal-game.cabal view
@@ -1,5 +1,5 @@ name:                ansi-terminal-game-version:             0.7.1.0+version:             0.7.2.0 synopsis:            sdl-like functions for terminal applications, based on                      ansi-terminal description:         Library which aims to replicate standard 2d game@@ -58,7 +58,7 @@                        random >= 1.1 && < 1.2,                        split == 0.2.*,                        terminal-size == 0.3.*,-                       timers-tick == 0.4.*+                       timers-tick > 0.4.2 && < 0.5   hs-source-dirs:      src   default-language:    Haskell2010   ghc-options:         -Wall@@ -103,7 +103,7 @@                        random >= 1.1 && < 1.2,                        split == 0.2.*,                        terminal-size == 0.3.*,-                       timers-tick == 0.4.*+                       timers-tick > 0.4.2 && < 0.5                        -- the above plus hspec                        , hspec   type:                exitcode-stdio-1.0
changes.txt view
@@ -1,3 +1,9 @@+0.7.2.0+-------++- Fixed 0.7.1.0 unbumped dependency.+- Released Fri 22 Nov 2019 16:51:25 CET+ 0.7.1.0 -------