I don't know how to shrink effectively in QC
-- aura-tools.cabal auto-generated by cabal init. For additional
-- options, see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
-- The name of the package.
Name: aura-tools
-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version: 0.8
-- A short (one-line) description of the package.
Synopsis: AURA-GenI and associated helper tools
-- A longer description of the package.
-- Description:
-- The license under which the package is released.
License: AllRightsReserved
-- The package author(s).
Author: Eric Kow
-- An email address to which users can send suggestions, bug reports,
-- and patches.
Maintainer: eric.kow@gmail.com
-- A copyright notice.
-- Copyright:
Category: Natural language processing
Build-type: Simple
-- Extra files to be distributed with the package, such as examples or
-- a README.
-- Extra-source-files:
-- Constraint on the version of Cabal needed to build this package.
Cabal-version: >=1.10
Library
Exposed-modules: NLP.Aura.CgmMacros
, NLP.Aura.CgmMacroExpansion
Build-depends: base < 5
, bytestring == 0.9.*
, attoparsec == 0.10.*
, atto-lisp >= 0.2.1
, hslogger
, parsec
, containers >= 0.4
, GenI >= 0.22
, json
, text == 0.11.*
, transformers
, SHA
Ghc-options: -Wall -O2
Default-language: Haskell2010
Test-Suite test
Type: exitcode-stdio-1.0
Main-is: test.hs
Hs-Source-Dirs: test
Build-depends: base
, aura-tools
, containers
, HUnit
, QuickCheck
, smallcheck
, GenI
, geni-test
, parsec
, text
, test-framework
, test-framework-hunit
, test-framework-smallcheck
, test-framework-quickcheck2
, transformers
Default-language: Haskell2010
|