From a292d06fd01de7579498cff333ba67cb1140b7b0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 18 Jan 2016 05:58:18 +0000 Subject: Added extensions list --- bbcode/bbcode.cabal | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bbcode') 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 , Text.BBCode.Lexer -- other-modules: -- other-extensions: + extensions: OverloadedStrings + , DeriveGeneric + , DeriveAnyClass + , OverloadedLists build-depends: base >=4.8 && <4.9 , attoparsec >=0.13.0 && <1 , text >=1.2.1 && <2 @@ -35,6 +39,8 @@ Test-Suite tests hs-source-dirs: test main-is: Spec.hs ghc-options: -threaded -with-rtsopts=-N + extensions: OverloadedStrings + , FlexibleInstances build-depends: base >=4.8.1 && <5 , bbcode -any , hspec >=2.2.1 && <3 -- cgit v1.2.3