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/thermoprint-bbcode.cabal | 44 ----------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 bbcode/thermoprint-bbcode.cabal (limited to 'bbcode/thermoprint-bbcode.cabal') 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 @@ --- Initial thermoprint-bbcode.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/ - -name: thermoprint-bbcode -version: 0.0.0 -synopsis: A parser for a subset of bbcode compatible with thermoprint-spec --- 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 - , thermoprint-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