-- Initial edit-lens.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: edit-lens version: 0.0.0.0 -- synopsis: -- description: license: BSD3 license-file: LICENSE author: Gregor Kleen maintainer: aethoago@141.li -- copyright: category: Control build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Control.Lens.Edit -- other-modules: -- other-extensions: build-depends: base >=4.9 && <4.10 , lens , data-default hs-source-dirs: src default-language: Haskell2010