File: comonad.cabal

package info (click to toggle)
haskell-comonad 1.1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 68 kB
  • sloc: haskell: 141; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 894 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name:          comonad
category:      Control, Comonads
version:       1.1.1.5
license:       BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <ekmett@gmail.com>
stability:     provisional
homepage:      http://github.com/ekmett/comonad/
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

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

library
  other-extensions: CPP

  build-depends:
    base         >= 4       && < 5,
    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