aboutsummaryrefslogtreecommitdiff
path: root/tp-bbcode/thermoprint-bbcode.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'tp-bbcode/thermoprint-bbcode.cabal')
-rw-r--r--tp-bbcode/thermoprint-bbcode.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/tp-bbcode/thermoprint-bbcode.cabal b/tp-bbcode/thermoprint-bbcode.cabal
index 98681ca..3d47691 100644
--- a/tp-bbcode/thermoprint-bbcode.cabal
+++ b/tp-bbcode/thermoprint-bbcode.cabal
@@ -18,6 +18,7 @@ cabal-version: >=1.10
18 18
19library 19library
20 exposed-modules: Thermoprint.Printout.BBCode 20 exposed-modules: Thermoprint.Printout.BBCode
21 , Thermoprint.Printout.BBCode.Inverse
21 other-modules: Thermoprint.Printout.BBCode.Attribute 22 other-modules: Thermoprint.Printout.BBCode.Attribute
22 extensions: OverloadedStrings 23 extensions: OverloadedStrings
23 , OverloadedLists 24 , OverloadedLists
@@ -28,6 +29,7 @@ library
28 , containers -any 29 , containers -any
29 , text -any 30 , text -any
30 , case-insensitive -any 31 , case-insensitive -any
32 , bytestring >=0.10.6 && <1
31 hs-source-dirs: src 33 hs-source-dirs: src
32 default-language: Haskell2010 34 default-language: Haskell2010
33 35