packages feed

LambdaPrettyQuote-0.0.0.7: LambdaPrettyQuote.cabal

-- LambdaPrettyQuote.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:                LambdaPrettyQuote

-- 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.0.0.7

-- A short (one-line) description of the package.
Synopsis:            Quasiquoter, and Arbitrary helpers for the lambda calculus.

homepage: http://github.com/jfischoff/LambdaPrettyQuote

-- A longer description of the package.
Description:  
       CHANGES -- 0.0.0.2 added \"anti\" expressions for the quasiquoter to capture variables from the environment. Also added a pattern quasiquoter.
       
       


-- The license under which the package is released.
License:             BSD3

-- The file containing the license text.
License-file:        LICENSE

-- The package author(s).
Author:              Jonathan Fischoff

-- An email address to which users can send suggestions, bug reports,
-- and patches.
Maintainer:          jonathangfischoff@gmail.com

-- A copyright notice.
-- Copyright:           

Category:            Language

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.8


Library
  -- Modules exported by the library.
  Exposed-modules: Language.Lambda.Untyped.Arbitrary, Language.Lambda.Untyped.Parser, Language.Lambda.Untyped.Pretty, Language.Lambda.Untyped.Quote, Language.Lambda.SimplyTyped.Arbitrary,  Language.Lambda.SimplyTyped.Pretty, Language.Lambda.SimplyTyped.TypeCheck 
  Hs-Source-Dirs: src
  -- Packages needed in order to build this package.
  Build-depends: base >= 4.0 && <= 6.0,
                 QuickCheck >= 2.4.1.1,
                 test-framework-quickcheck2 >= 0.2.10,
                 test-framework-hunit >= 0.2.7,
                 test-framework >= 0.4.1.1,
                 lambda-ast >= 0.0.9,
                 HUnit >= 1.2.4.2,
                 DebugTraceHelpers >= 0.12,
                 template-haskell >= 2.6.0.0,
                 transformers >= 0.2.2.0,
                 parsec >= 3.1.2,
                 uniplate >= 1.6.5,
                 syb >= 0.3.5,
                 mtl >= 2.0.1.0,
                 tuple >= 0.2.0.1
  ghc-options:            -Wall

Test-Suite tests
  Hs-Source-Dirs: src, tests
  type:       exitcode-stdio-1.0
  main-is:    Main.hs
  build-depends: base >= 4.0 && <= 6.0,
                    QuickCheck >= 2.4.1.1,
                    test-framework-quickcheck2 >= 0.2.10,
                    test-framework-hunit >= 0.2.7,
                    test-framework >= 0.4.1.1,
                    lambda-ast >= 0.0.9,
                    HUnit >= 1.2.4.2,
                    DebugTraceHelpers >= 0.12,
                    template-haskell >= 2.6.0.0,
                    transformers >= 0.2.2.0,
                    parsec >= 3.1.2,     
                    uniplate >= 1.6.5,
                    th-instances >= 0.1.0.2,
                    syb >= 0.3.5,
                    mtl >= 2.0.1.0,
                    derive >= 2.5.4,
                    tuple >= 0.2.0.1,
                    checkers >= 0.2.8