From b7d33df79763432c7e94b1bcc3a54055b8e08a5c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 12 Jan 2016 01:04:36 +0000 Subject: fixed visibility --- bbcode/test/Text/BBCode/LexerSpec.hs | 2 ++ 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 import Test.Hspec import Test.Hspec.QuickCheck (prop) import Test.QuickCheck (Property, Discard(..), property) +import Test.QuickCheck.Instances + import Text.BBCode.Lexer 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 build-depends: base >=4.8 && <4.9 , attoparsec >=0.13.0 && <1 , text >=1.2.1 && <2 - , QuickCheck >=2.8.1 && <3 - , quickcheck-instances >=0.3.11 && <1 hs-source-dirs: src default-language: Haskell2010 @@ -38,5 +36,6 @@ Test-Suite tests , thermoprint-bbcode -any , hspec >=2.2.1 && <3 , QuickCheck >=2.8.1 && <3 + , quickcheck-instances >=0.3.11 && <1 , attoparsec >=0.13.0 && <1 , text >=1.2.1 && <2 \ No newline at end of file -- cgit v1.2.3