summaryrefslogtreecommitdiff
path: root/src/Mahjong/Set.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mahjong/Set.hs')
-rw-r--r--src/Mahjong/Set.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mahjong/Set.hs b/src/Mahjong/Set.hs
index 31798e5..555806e 100644
--- a/src/Mahjong/Set.hs
+++ b/src/Mahjong/Set.hs
@@ -1,6 +1,6 @@
-module Set where
+module Mahjong.Set where
-import Tile
+import Mahjong.Tile
import Data.List (sort)
import Data.Char (isDigit)
import Data.Either