packages feed

cofunctor-0.1.0.1: cofunctor.cabal

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

Version:             0.1.0.1

Synopsis:            DEPRECATED: use the "contravariant" package

Description:         This library provides a 'Cofunctor' class useful for types
                     that are sinks or make use of IO effects. See documentation 
                     for details.

                     Some supporting constructions are also provided.

License:             BSD3

License-file:        LICENSE

Author:              Brandon Simmons

Maintainer:          brandon.m.simmons@gmail.com

Category:            Data

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

source-repository head   
    type:     git
    location: https://github.com/jberryman/cofunctor.git

Library
  -- Modules exported by the library.
  Exposed-modules:     Data.Cofunctor
  
  -- Packages needed in order to build this package.
  Build-depends:       base >= 4 && < 5
  
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: