aboutsummaryrefslogtreecommitdiff
path: root/bbcode/thermoprint-bbcode.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bbcode/thermoprint-bbcode.cabal')
-rw-r--r--bbcode/thermoprint-bbcode.cabal3
1 files changed, 1 insertions, 2 deletions
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