packages feed

specialize-th-0.0.0.1: specialize-th.cabal

-- specialize-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:                specialize-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.0.0.1

-- A short (one-line) description of the package.
Synopsis:            Create specialized types from polymorphic ones using TH

-- A longer description of the package.
Description: Very Alpha. Minimal Testing. Will test more this week.     

-- URL for the project homepage or repository.
Homepage:            https://github.com/jfischoff/specialize-th

-- 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.Haskell.TH.Specialize
  
  Hs-Source-Dirs: src
  
  Build-depends: base > 4.0.0 && <= 5.0,
                 template-haskell >= 2.6.0,
                 mtl >= 2.0.1.0,
                 derive >= 2.5.4,
                 composition >= 1.0.1.0,
                 th-expand-syns >= 0.3.0.3,
                 newtype-th >= 0.3.2,
                 newtype >= 0.2,
                 MissingH >= 1.1.1.0,
                 uniplate >= 1.6.5,
                 type-sub-th >= 0.1.0.5,
                 universe-th >= 0.0.0.2
  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.0 && <= 5.0,
                   DebugTraceHelpers >= 0.12,
                   test-framework-quickcheck2 >= 0.2.10,
               test-framework-hunit >= 0.2.7,
               test-framework >= 0.4.1.1,
               HUnit >= 1.2.4.2,
               QuickCheck >= 2.4.1.1,
               mtl >= 2.0.1.0,
               template-haskell >= 2.6.0,
               checkers >= 0.2.8,
               derive >= 2.5.4,
               composition >= 1.0.1.0,
               th-expand-syns >= 0.3.0.3,
               newtype-th >= 0.3.2,
               newtype >= 0.2,
               MissingH >= 1.1.1.0,
               uniplate >= 1.6.5,
               type-sub-th >= 0.1.0.5,
               universe-th >= 0.0.0.2