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 | |
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')
-rw-r--r-- | bbcode/test/Text/BBCode/LexerSpec.hs | 2 | ||||
-rw-r--r-- | bbcode/thermoprint-bbcode.cabal | 3 |
2 files changed, 3 insertions, 2 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) |
diff --git a/bbcode/thermoprint-bbcode.cabal b/bbcode/thermoprint-bbcode.cabal index ea00969..f1018a5 100644 --- a/bbcode/thermoprint-bbcode.cabal +++ b/bbcode/thermoprint-bbcode.cabal | |||
@@ -24,8 +24,6 @@ library | |||
24 | build-depends: base >=4.8 && <4.9 | 24 | build-depends: base >=4.8 && <4.9 |
25 | , attoparsec >=0.13.0 && <1 | 25 | , attoparsec >=0.13.0 && <1 |
26 | , text >=1.2.1 && <2 | 26 | , text >=1.2.1 && <2 |
27 | , QuickCheck >=2.8.1 && <3 | ||
28 | , quickcheck-instances >=0.3.11 && <1 | ||
29 | hs-source-dirs: src | 27 | hs-source-dirs: src |
30 | default-language: Haskell2010 | 28 | default-language: Haskell2010 |
31 | 29 | ||
@@ -38,5 +36,6 @@ Test-Suite tests | |||
38 | , thermoprint-bbcode -any | 36 | , thermoprint-bbcode -any |
39 | , hspec >=2.2.1 && <3 | 37 | , hspec >=2.2.1 && <3 |
40 | , QuickCheck >=2.8.1 && <3 | 38 | , QuickCheck >=2.8.1 && <3 |
39 | , quickcheck-instances >=0.3.11 && <1 | ||
41 | , attoparsec >=0.13.0 && <1 | 40 | , attoparsec >=0.13.0 && <1 |
42 | , text >=1.2.1 && <2 \ No newline at end of file | 41 | , text >=1.2.1 && <2 \ No newline at end of file |