aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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