chesshs 0.2.0 → 0.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- chesshs.cabal +2/−2
chesshs.cabal view
@@ -1,5 +1,5 @@ Name: chesshs-Version: 0.2.0+Version: 0.2.1 Synopsis: Simple library for validating chess moves and parsing PGN files Description: With this library you can load chess boards from FEN and PGN notation and apply moves to the boards. Moves will only be allowed if they are valid under the normal chess rules. License: BSD3@@ -20,7 +20,7 @@ Build-depends: bytestring >= 0.9.0.0,- base >= 4 && < 5,+ base >= 4.7 && < 5, containers >= 0.4, array >= 0.3.0.0