-- Initial data-lens-light.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: data-lens-light version: 0.1 x-revision: 1 synopsis: Simple lenses, minimum dependencies description: See homepage: https://github.com/feuerbach/data-lens-light license: MIT license-file: LICENSE author: Roman Cheplyaka maintainer: roma@ro-che.info -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library ghc-options: -Wall exposed-modules: Data.Lens.Light other-modules: Data.Lens.Light.Core Data.Lens.Light.Template Data.Lens.Light.State -- other-extensions: build-depends: base >= 4.5 && < 5, template-haskell < 2.11, mtl < 2.2 hs-source-dirs: src default-language: Haskell2010