Cabal revisions of data-lens-light-0.1.2.3
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/-+cabal-version: >=1.10 name: data-lens-light version: 0.1.2.3+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 -- copyright: category: Data, Lenses build-type: Simple+ extra-source-files: README.md CHANGELOG.md-cabal-version: >=1.10 source-repository head type: git -- other-extensions: build-depends: base == 4.*,- template-haskell,+ template-haskell < 2.21, mtl >= 2.1 hs-source-dirs: src default-language: Haskell2010