diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-18 05:58:18 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-18 05:58:18 +0000 |
commit | a292d06fd01de7579498cff333ba67cb1140b7b0 (patch) | |
tree | 93b921a4788cea5520afb4d5cc7a27e7da6d4238 /bbcode | |
parent | 28904beb42d406331dee13608a7c2d245e136124 (diff) | |
download | thermoprint-a292d06fd01de7579498cff333ba67cb1140b7b0.tar thermoprint-a292d06fd01de7579498cff333ba67cb1140b7b0.tar.gz thermoprint-a292d06fd01de7579498cff333ba67cb1140b7b0.tar.bz2 thermoprint-a292d06fd01de7579498cff333ba67cb1140b7b0.tar.xz thermoprint-a292d06fd01de7579498cff333ba67cb1140b7b0.zip |
Added extensions list
Diffstat (limited to 'bbcode')
-rw-r--r-- | bbcode/bbcode.cabal | 6 |
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 |