File: adjunctions.cabal

package info (click to toggle)
haskell-adjunctions 2.4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 88 kB
  • sloc: haskell: 246; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,670 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name:          adjunctions
category:      Data Structures, Adjunctions
version:       2.4.0.2
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/adjunctions/
bug-reports:   http://github.com/ekmett/adjunctions/issues
copyright:     Copyright (C) 2011 Edward A. Kmett
synopsis:      Adjunctions
description:   Adjunctions
build-type:    Simple
extra-source-files: .travis.yml

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

library
  other-extensions:
    CPP
    FunctionalDependencies
    FlexibleContexts
    MultiParamTypeClasses
    Rank2Types
    UndecidableInstances

  build-depends:
    array                  >= 0.3.0.2 && < 0.5,
    base                   >= 4       && < 5,
    transformers           >= 0.2     && < 0.4,
    mtl                    >= 2.0.1   && < 2.2,
    containers             >= 0.3     && < 0.6,
    comonad                >= 1.1.1.5 && < 1.2,
    contravariant          >= 0.2.0.1 && < 0.3,
    distributive           >= 0.2.2   && < 0.3,
    semigroupoids          >= 1.3.1.2 && < 1.4,
    void                   >= 0.5.5.1 && < 0.6,
    keys                   >= 2.1.3.1 && < 2.2,
    comonad-transformers   >= 2.1.1.1 && < 2.2,
    representable-functors >= 2.4.0.1 && < 2.5

  exposed-modules:
    Data.Functor.Adjunction
    Data.Functor.Contravariant.Adjunction
    Control.Comonad.Trans.Adjoint
    Control.Monad.Trans.Adjoint
    Control.Monad.Trans.Conts
    Control.Monad.Trans.Contravariant.Adjoint

  ghc-options: -Wall