packages feed

data-lens-fd-2.0.4: data-lens-fd.cabal

name:          data-lens-fd
category:      Control, Comonads
version:       2.0.4
license:       BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Russell O'Connor <roconnor@theorem.ca>
stability:     provisional
homepage:      http://github.com/roconnor/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/roconnor/data-lens-fd.git

flag DeriveDataTypeable
  manual: False
  default: True

library
  build-depends:
    base >= 4 && < 5,
    mtl >= 2.0.1.0 && <= 2.2,
    transformers >= 0.2 && < 0.4,
    data-lens >= 2.10.4 && < 2.11,
    comonad >= 4.0 && < 4.1

  exposed-modules:
    Data.Lens

  ghc-options:      -Wall