packages feed

data-lens-fd-2.0: data-lens-fd.cabal

name:          data-lens-fd
category:      Control, Comonads
version:       2.0
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/data-lens-fd/
copyright:     Copyright (C) 2011 Edward A. Kmett
synopsis:      Lenses
description:   Lenses
build-type:    Simple

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

flag DeriveDataTypeable
  manual: False
  default: True

library
  build-depends: 
    base >= 4 && < 5,
    mtl >= 2.0.1.0 && <= 2.1,
    transformers >= 0.2 && < 0.3,
    data-lens >= 2.0 && < 2.1,
    comonad-transformers >= 2.0 && < 2.1

  exposed-modules:
    Data.Lens

  ghc-options:      -Wall