aboutsummaryrefslogtreecommitdiff
path: root/bbcode
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-12 01:04:36 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-12 01:04:36 +0000
commitb7d33df79763432c7e94b1bcc3a54055b8e08a5c (patch)
tree68ba9156597e9f30ac280a92f47b96b04591207a /bbcode
parentc1da385941598c8e31f0e3b72f34797afe964bc9 (diff)
downloadthermoprint-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.hs2
-rw-r--r--bbcode/thermoprint-bbcode.cabal3
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
6import Test.Hspec 6import Test.Hspec
7import Test.Hspec.QuickCheck (prop) 7import Test.Hspec.QuickCheck (prop)
8import Test.QuickCheck (Property, Discard(..), property) 8import Test.QuickCheck (Property, Discard(..), property)
9import Test.QuickCheck.Instances
10
9import Text.BBCode.Lexer 11import Text.BBCode.Lexer
10 12
11import Data.Text (Text) 13import 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