packages feed

comonads-fd-4.0: comonads-fd.cabal

name:          comonads-fd
category:      Control, Comonads
version:       4.0
license:       BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <ekmett@gmail.com>
stability:     experimental
homepage:      http://github.com/ekmett/comonads-fd/
bug-reports:   http://github.com/ekmett/comonads-fd/issues
copyright:     Copyright (C) 2008-2013 Edward A. Kmett
synopsis:      This package has been merged into comonad 4.0
description:   This package has been merged into comonad 4.0
build-type:    Simple
extra-source-files:
  .ghci
  .gitignore
  .travis.yml
  .vim.custom
  CHANGELOG.markdown
  README.markdown

source-repository head
  type: git
  location: git://github.com/ekmett/comonads-fd.git

library
  build-depends: base >= 4 && < 5, comonad >= 4