packages feed

lens-family-th-0.2.0.0: lens-family-th.cabal

name:                lens-family-th
version:             0.2.0.0
synopsis:            Generate lens-family style lenses

description:
  Due to a cabal/hackage defect, curly braces cannot be
  adequately displayed here. Please see
  <http://github.com/DanBurton/lens-family-th#readme>
  for a proper description of this package.
  .
  (See <https://github.com/haskell/cabal/issues/968>
  for the ticket I created regarding the defect.)

license:             BSD3
license-file:        LICENSE
author:              Dan Burton
copyright:           (c) Dan Burton 2012

homepage:            http://github.com/DanBurton/lens-family-th#readme
bug-reports:         http://github.com/DanBurton/lens-family-th/issues
maintainer:          danburton.email@gmail.com


category:            Data
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Lens.Family.TH, Lens.Family2.TH, Lens.Family.THCore
  build-depends:       base ==4.*, template-haskell >= 2.5 && < 2.8


source-repository head
  type:      git
  location:  git://github.com/DanBurton/lens-family-th.git

source-repository this
  type:      git
  location:  git://github.com/DanBurton/lens-family-th.git
  tag:       lens-family-th-0.2.0.0