packages feed

pointed-0.1.1: pointed.cabal

name:          pointed
category:      Data
version:       0.1.1
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/pointed/
copyright:     Copyright (C) 2008-2011 Edward A. Kmett
synopsis:      Haskell 98 Pointed and copointed data
description:   Haskell 98 Pointed and copointed data
build-type:    Simple

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

library
  build-depends: 
    base >= 4 && < 4.4,
    transformers >= 0.2.0 && < 0.3,
    containers >= 0.4.0.0 && < 0.5,
    data-default >= 0.2.0.1 && < 0.3,
    comonad >= 1.0.3 && < 1.1, 
    comonad-transformers >= 1.5.2.1 && < 1.6,
    semigroups >= 0.4 && < 0.5,
    semigroupoids >= 1.1.3 && < 1.2,
    stm >= 2.1.2.1 && < 2.2

  exposed-modules:
    Data.Pointed
    Data.Copointed

  ghc-options: -Wall