From 9db2c42f4880362cf098358de830415c14f6878c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 25 Dec 2015 17:56:13 +0000 Subject: Cleaned tree for rewrite --- bbcode/bbcode.cabal | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 bbcode/bbcode.cabal (limited to 'bbcode/bbcode.cabal') diff --git a/bbcode/bbcode.cabal b/bbcode/bbcode.cabal deleted file mode 100644 index b17ff34..0000000 --- a/bbcode/bbcode.cabal +++ /dev/null @@ -1,33 +0,0 @@ --- Initial bbcode.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/ - -name: bbcode -version: 0.0.0 -synopsis: A tiny parser for bbcode->thermoprint-syntax-tree conversion --- description: -homepage: git://git.yggdrasil.li/thermoprint -license: PublicDomain -license-file: LICENSE -author: Gregor Kleen -maintainer: aethoago@141.li --- copyright: --- category: -build-type: Simple --- extra-source-files: -cabal-version: >=1.10 - -library - exposed-modules: BBCode - other-modules: BBCode.Tokenizer - , BBCode.Syntax - -- other-extensions: - hs-source-dirs: src - default-language: Haskell2010 - build-depends: base >=4.8 && <4.9 - , thermoprint - , attoparsec >=0.13.0 && <1 - , text >=1.2.1 && <2 - , parsec >=3.1.9 && <4 - , mtl >=2.2.1 && <3 - , case-insensitive >=1.2.0 && <2 - , containers >=0.5.6 && <1 \ No newline at end of file -- cgit v1.2.3