name: data-lens-fd category: Control, Comonads version: 2.0.3 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Russell O'Connor 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.0 && < 2.11, comonad-transformers >= 2.0 && < 3.1 exposed-modules: Data.Lens ghc-options: -Wall