summaryrefslogtreecommitdiffstats
path: root/src/Game.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Game.hs')
-rw-r--r--src/Game.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Game.hs b/src/Game.hs
index 651918c..623e3ad 100644
--- a/src/Game.hs
+++ b/src/Game.hs
@@ -23,7 +23,7 @@ data Bullet = Bullet
, bulletSpeed :: !Micro
, bulletBouncesLeft :: !Int
, bulletTank :: !Int
- } deriving Show
+ } deriving (Eq, Show)
data GameState = GameState
{ level :: !Level