Cabal revisions of data-lens-light-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- 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-synopsis: Simple lenses, minimum dependencies-description: See <https://github.com/feuerbach/data-lens-light/blob/master/README.md>-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,- mtl- hs-source-dirs: src- default-language: Haskell2010+-- 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 <https://github.com/feuerbach/data-lens-light/blob/master/README.md> +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