name: comonad category: Control, Comonads version: 1.1.1.6 x-revision: 1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: provisional homepage: http://github.com/ekmett/comonad/ bug-reports: http://github.com/ekmett/comonad/issues copyright: Copyright (C) 2008-2012 Edward A. Kmett, Copyright (C) 2004-2008 Dave Menendez synopsis: Haskell 98 compatible comonads description: Haskell 98 compatible comonads build-type: Simple extra-source-files: .travis.yml source-repository head type: git location: git://github.com/ekmett/comonad.git library other-extensions: CPP build-depends: base >= 4 && < 4.7, transformers >= 0.2 && < 0.4, containers >= 0.3 && < 0.6, semigroups >= 0.8.3.1 && < 0.9 exposed-modules: Control.Comonad Data.Functor.Extend ghc-options: -Wall