aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bbcode/bbcode.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/bbcode/bbcode.cabal b/bbcode/bbcode.cabal
index f899d49..58ea8d1 100644
--- a/bbcode/bbcode.cabal
+++ b/bbcode/bbcode.cabal
@@ -21,6 +21,10 @@ library
21 , Text.BBCode.Lexer 21 , Text.BBCode.Lexer
22 -- other-modules: 22 -- other-modules:
23 -- other-extensions: 23 -- other-extensions:
24 extensions: OverloadedStrings
25 , DeriveGeneric
26 , DeriveAnyClass
27 , OverloadedLists
24 build-depends: base >=4.8 && <4.9 28 build-depends: base >=4.8 && <4.9
25 , attoparsec >=0.13.0 && <1 29 , attoparsec >=0.13.0 && <1
26 , text >=1.2.1 && <2 30 , text >=1.2.1 && <2
@@ -35,6 +39,8 @@ Test-Suite tests
35 hs-source-dirs: test 39 hs-source-dirs: test
36 main-is: Spec.hs 40 main-is: Spec.hs
37 ghc-options: -threaded -with-rtsopts=-N 41 ghc-options: -threaded -with-rtsopts=-N
42 extensions: OverloadedStrings
43 , FlexibleInstances
38 build-depends: base >=4.8.1 && <5 44 build-depends: base >=4.8.1 && <5
39 , bbcode -any 45 , bbcode -any
40 , hspec >=2.2.1 && <3 46 , hspec >=2.2.1 && <3