packages feed

basic-lens-0.0.2: basic-lens.cabal

name:                basic-lens
version:             0.0.2
synopsis:            Basic lens type and functions
description:         Necessary type and functions for basic lens work.
                     .
                     Handy to depend on for libraries and general
                     light-weight use, including PITA environments,
                     old GHCs and non-GHC implementations with Rank-N
                     type support. Depends on only on base.
license:             BSD3
license-file:        LICENSE
author:              Chris Done
maintainer:          chrisdone@gmail.com
copyright:           2014 Edward Kmett, Nikita Volkov, Chris Done
category:            Development
build-type:          Simple
cabal-version:       >=1.8

library
  hs-source-dirs:    src/
  ghc-options:       -Wall -O2
  exposed-modules:   Control.Lens.Basic
  build-depends:     base >= 4 && <5, template-haskell