diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-12 01:04:36 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-12 01:04:36 +0000 |
commit | b7d33df79763432c7e94b1bcc3a54055b8e08a5c (patch) | |
tree | 68ba9156597e9f30ac280a92f47b96b04591207a /bbcode/test | |
parent | c1da385941598c8e31f0e3b72f34797afe964bc9 (diff) | |
download | thermoprint-b7d33df79763432c7e94b1bcc3a54055b8e08a5c.tar thermoprint-b7d33df79763432c7e94b1bcc3a54055b8e08a5c.tar.gz thermoprint-b7d33df79763432c7e94b1bcc3a54055b8e08a5c.tar.bz2 thermoprint-b7d33df79763432c7e94b1bcc3a54055b8e08a5c.tar.xz thermoprint-b7d33df79763432c7e94b1bcc3a54055b8e08a5c.zip |
fixed visibility
Diffstat (limited to 'bbcode/test')
-rw-r--r-- | bbcode/test/Text/BBCode/LexerSpec.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bbcode/test/Text/BBCode/LexerSpec.hs b/bbcode/test/Text/BBCode/LexerSpec.hs index b0b77d9..b82b640 100644 --- a/bbcode/test/Text/BBCode/LexerSpec.hs +++ b/bbcode/test/Text/BBCode/LexerSpec.hs | |||
@@ -6,6 +6,8 @@ module Text.BBCode.LexerSpec (spec) where | |||
6 | import Test.Hspec | 6 | import Test.Hspec |
7 | import Test.Hspec.QuickCheck (prop) | 7 | import Test.Hspec.QuickCheck (prop) |
8 | import Test.QuickCheck (Property, Discard(..), property) | 8 | import Test.QuickCheck (Property, Discard(..), property) |
9 | import Test.QuickCheck.Instances | ||
10 | |||
9 | import Text.BBCode.Lexer | 11 | import Text.BBCode.Lexer |
10 | 12 | ||
11 | import Data.Text (Text) | 13 | import Data.Text (Text) |