summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Scanner.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Scanner.hs b/src/Scanner.hs
index d02750e..f971727 100644
--- a/src/Scanner.hs
+++ b/src/Scanner.hs
@@ -24,6 +24,7 @@ data Scan =
, mouseX :: Int
, mouseY :: Int
}
+ deriving Show