gdiff-th-0.1.0.6: gdiff-th.cabal
-- gdiff-th.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: gdiff-th
-- 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.1.0.6
-- A short (one-line) description of the package.
Synopsis: Generate gdiff GADTs and Instances.
-- A longer description of the package.
Description:
Generate gdiff GADTs and Instances.
.
There are examples in the @examples@ directory of the cabal tarball. Also the main module includes an example in the documentation.
.
* 0.1.0.4 : Builds on GHC 7.6.1, 7.4.2, and 7.0.3
.
* 0.1.0.5 : Doc fixes.
-- 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: (c) 2012 Jonathan Fischoff
Category: Generics, Testing
Build-type: Simple
Extra-source-files: examples/Expr.hs
examples/New.hs
examples/Old.hs
examples/CompareVersions.hs
examples/Parser.hs
examples/Utils.hs
-- Constraint on the version of Cabal needed to build this package.
Cabal-version: >=1.8
homepage: https://github.com/jfischoff/gdiff-th
bug-reports: https://github.com/jfischoff/gdiff-th/issues
tested-with: GHC == 7.6.1
source-repository head
type: git
location: git://github.com/jfischoff/gdiff-th.git
Library
Hs-Source-Dirs: src
-- Modules exported by the library.
Exposed-modules: Data.Generic.Diff.TH
Other-modules: Data.Generic.Diff.TH.Conversion,
Data.Generic.Diff.TH.Internal,
Data.Generic.Diff.TH.Types
Data.Generic.Diff.TH.Specialize
-- Packages needed in order to build this package.
Build-depends: base >= 4.0 && <= 6.0,
gdiff == 1.0.*,
th-expand-syns == 0.3.*,
uniplate == 1.6.*,
containers,
mtl == 2.1.*
if impl(ghc == 7.0.3)
Build-depends: template-haskell < 2.6.0
else
Build-depends: template-haskell < 2.9.0
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,
template-haskell < 2.9.0,
gdiff == 1.0.*,
th-expand-syns == 0.3.*,
uniplate == 1.6.*,
containers,
mtl == 2.1.*