aboutsummaryrefslogtreecommitdiff
path: root/bbcode/thermoprint-bbcode.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-14 22:14:49 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-14 22:14:49 +0000
commit48390f18b6b5690f015291af83fafefd10c70f57 (patch)
tree775f83741d08c94b27e22bda80b52a0a64d24b34 /bbcode/thermoprint-bbcode.cabal
parent20105cc9a88d25a55eadf4263fc426a373ee0429 (diff)
downloadthermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar.gz
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar.bz2
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar.xz
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.zip
bbcode is orthogonal to thermoprint
Diffstat (limited to 'bbcode/thermoprint-bbcode.cabal')
-rw-r--r--bbcode/thermoprint-bbcode.cabal44
1 files changed, 0 insertions, 44 deletions
diff --git a/bbcode/thermoprint-bbcode.cabal b/bbcode/thermoprint-bbcode.cabal
deleted file mode 100644
index f25ffdf..0000000
--- a/bbcode/thermoprint-bbcode.cabal
+++ /dev/null
@@ -1,44 +0,0 @@
1-- Initial thermoprint-bbcode.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: thermoprint-bbcode
5version: 0.0.0
6synopsis: A parser for a subset of bbcode compatible with thermoprint-spec
7-- description:
8homepage: http://dirty-haskell.org/tags/thermoprint.html
9license: PublicDomain
10license-file: LICENSE
11author: Gregor Kleen
12maintainer: aethoago@141.li
13-- copyright:
14category: Text
15build-type: Simple
16-- extra-source-files:
17cabal-version: >=1.10
18
19library
20 exposed-modules: Text.BBCode
21 , Text.BBCode.Lexer
22 -- other-modules:
23 -- other-extensions:
24 build-depends: base >=4.8 && <4.9
25 , attoparsec >=0.13.0 && <1
26 , text >=1.2.1 && <2
27 , containers >=0.4.0 && <1
28 , rosezipper >=0.2 && <1
29 , case-insensitive >=1.2.0 && <2
30 hs-source-dirs: src
31 default-language: Haskell2010
32
33Test-Suite tests
34 type: exitcode-stdio-1.0
35 hs-source-dirs: test
36 main-is: Spec.hs
37 ghc-options: -threaded -with-rtsopts=-N
38 build-depends: base >=4.8.1 && <5
39 , thermoprint-bbcode -any
40 , hspec >=2.2.1 && <3
41 , QuickCheck >=2.8.1 && <3
42 , quickcheck-instances >=0.3.11 && <1
43 , attoparsec >=0.13.0 && <1
44 , text >=1.2.1 && <2 \ No newline at end of file