about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlukasepple <git@lukasepple.de>2015-11-02 19:44:59 +0100
committerlukasepple <git@lukasepple.de>2015-11-02 19:44:59 +0100
commitba0791f2959b050ba545c471a7f99d5151e687ae (patch)
tree7c88619fd89e9949f1129adefe69a3295d36c57a
parent590903afa4fd55fec884b058cf73160f2fb964ac (diff)
Import Data.Word rather than GHC.Word
-rw-r--r--src/Text/Emoji/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Emoji/Types.hs b/src/Text/Emoji/Types.hs
index 0088f2d..ea9152e 100644
--- a/src/Text/Emoji/Types.hs
+++ b/src/Text/Emoji/Types.hs
@@ -7,7 +7,7 @@
 module Text.Emoji.Types where
 
 import           Data.Char (toLower)
-import           GHC.Word  (Word32 ())
+import           Data.Word (Word32 ())
 
 -- | Represents the default style
 -- an emoji is displayed as.