summaryrefslogtreecommitdiffhomepage
path: root/src/Bitmap.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bitmap.hs')
-rw-r--r--src/Bitmap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bitmap.hs b/src/Bitmap.hs
index 9df2f67..a896626 100644
--- a/src/Bitmap.hs
+++ b/src/Bitmap.hs
@@ -13,7 +13,7 @@
module Bitmap
( updateCache
, drawBitmap
- , Bitmap) where
+ , Bitmap(..)) where
import Control.Monad
import Data.Map hiding (foldr, map, filter)