packages feed

Cabal revisions of TypeCompose-0.9.8

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                TypeCompose-Version:             0.9.8-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-  Hs-Source-Dirs:      src-  Build-Depends:       base<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+Name:                TypeCompose
+Version:             0.9.8
+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
+  Hs-Source-Dirs:      src
+  Build-Depends:       base<4.7
+  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