File TypeCompose.cabal of Package ghc-TypeCompose
Name: TypeCompose
Version: 0.9.12
x-revision: 1
Synopsis: Type composition classes & instances
Category: Composition, Control
Cabal-Version: >= 1.6
Description:
TypeCompose provides some classes & instances for forms of type
composition, as well as some modules who haven't yet found a home.
.
Please see the project wiki page: <http://haskell.org/haskellwiki/TypeCompose>
.
Copyright 2007-2012 by Conal Elliott; BSD3 license.
Author: Conal Elliott
Maintainer: conal@conal.net
Homepage: https://github.com/conal/TypeCompose
Copyright: (c) 2007-2013 by Conal Elliott
License: BSD3
License-File: COPYING
Stability: provisional
build-type: Simple
source-repository head
type: git
location: git://github.com/conal/TypeCompose.git
Library
-- broken w/ base-4.4 & base-4.5
build-depends: base < 4.4 || >= 4.6
Hs-Source-Dirs: src
Build-Depends: base <5, base-orphans >= 0.5
Exposed-Modules:
Data.Bijection
Data.CxMonoid
Data.RefMonad
Data.Pair
Data.Zip
Data.Lambda
Data.Title
Data.Partial
Control.Instances
Control.Compose
ghc-options: -Wall
-- TODO: eliminate Pair or Zip
-- ghc-prof-options: -prof -auto-all