From 48390f18b6b5690f015291af83fafefd10c70f57 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 14 Jan 2016 22:14:49 +0000 Subject: bbcode is orthogonal to thermoprint --- bbcode/bbcode.cabal | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 bbcode/bbcode.cabal (limited to 'bbcode/bbcode.cabal') diff --git a/bbcode/bbcode.cabal b/bbcode/bbcode.cabal new file mode 100644 index 0000000..d2f4932 --- /dev/null +++ b/bbcode/bbcode.cabal @@ -0,0 +1,44 @@ +-- Initial thermoprint-bbcode.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: bbcode +version: 0.0.0 +synopsis: A parser for bbcode +-- description: +homepage: http://dirty-haskell.org/tags/thermoprint.html +license: PublicDomain +license-file: LICENSE +author: Gregor Kleen +maintainer: aethoago@141.li +-- copyright: +category: Text +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +library + exposed-modules: Text.BBCode + , Text.BBCode.Lexer + -- other-modules: + -- other-extensions: + build-depends: base >=4.8 && <4.9 + , attoparsec >=0.13.0 && <1 + , text >=1.2.1 && <2 + , containers >=0.4.0 && <1 + , rosezipper >=0.2 && <1 + , case-insensitive >=1.2.0 && <2 + hs-source-dirs: src + default-language: Haskell2010 + +Test-Suite tests + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Spec.hs + ghc-options: -threaded -with-rtsopts=-N + build-depends: base >=4.8.1 && <5 + , bbcode -any + , hspec >=2.2.1 && <3 + , QuickCheck >=2.8.1 && <3 + , quickcheck-instances >=0.3.11 && <1 + , attoparsec >=0.13.0 && <1 + , text >=1.2.1 && <2 \ No newline at end of file -- cgit v1.2.3