-- Initial reasonable-lens.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: reasonable-lens version: 0.2.1.1 synopsis: Lens implementation. It is more small but adequately. description: Just size lens implementation. homepage: https://github.com/tokiwoousaka/reasonable-lens license: MIT license-file: LICENSE author: Tokiwo Ousaka maintainer: Tokiwo Ousaka copyright: (C) 2014 Tokiwo Ousaka category: Control build-type: Simple cabal-version: >=1.8 library exposed-modules: Control.Lens , Control.Lens.Getter , Control.Lens.Lens , Control.Lens.Setter , Control.Lens.TH , Control.Lens.Tuple , Control.Lens.Util.TH -- other-modules: build-depends: base >=4.2 && <5, split >=0.2, template-haskell >=2.8, mtl >=2.1.2 hs-source-dirs: src