diff --git a/haskellscrabble.cabal b/haskellscrabble.cabal
--- a/haskellscrabble.cabal
+++ b/haskellscrabble.cabal
@@ -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
diff --git a/src/Wordify/Rules/Player.hs b/src/Wordify/Rules/Player.hs
--- a/src/Wordify/Rules/Player.hs
+++ b/src/Wordify/Rules/Player.hs
@@ -5,6 +5,7 @@
   name,
   rack,
   tilesOnRack,
+  endBonus,
   score,
   increaseScore,
   reduceScore,
