haskellscrabble 2.0.0 → 2.0.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Wordify.Rules.Player: endBonus :: Player -> Int
Files
- haskellscrabble.cabal +1/−1
- src/Wordify/Rules/Player.hs +1/−0
haskellscrabble.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: haskellscrabble-version: 2.0.0+version: 2.0.1 synopsis: A scrabble library capturing the core game logic of scrabble. description: A scrabble library which enforces legal transitions between moves. Intended to facilitate the development of a playable game. homepage: http://www.github.com/happy0/haskellscrabble
src/Wordify/Rules/Player.hs view
@@ -5,6 +5,7 @@ name, rack, tilesOnRack,+ endBonus, score, increaseScore, reduceScore,