Cabal revisions of strict-tuple-lens-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 3.0-name: strict-tuple-lens-version: 0.1.0.0-synopsis: Optics for the `strict-tuple` library-description: This package provides optics for the `strict-tuple` library, using the `lens` library-homepage: https://github.com/emilypi/strict-tuple-lens-bug-reports: https://github.com/emilypi/strict-tuple-lens/issues-license: BSD-3-Clause-license-file: LICENSE-author: Emily Pillmore-maintainer: emilypi@cohomolo.gy-copyright: (c) 2020 Emily Pillmore emily-category: Data-extra-source-files:- CHANGELOG.md- README.md--tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4---source-repository head- type: git- location: https://github.com/emilypi/strict-tuple-lens.git---library- exposed-modules: Data.Tuple.Strict.Lens- , Data.Tuple.Strict.Lens.Each- , Data.Tuple.Strict.Lens.Empty- , Data.Tuple.Strict.Lens.Field- , Data.Tuple.Strict.Lens.Iso-- build-depends: base >=4.11 && <5.0- , lens- , strict-tuple-- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall+cabal-version: 3.0 +name: strict-tuple-lens +version: 0.1.0.0 +x-revision: 1 +synopsis: Optics for the `strict-tuple` library +description: This package provides optics for the `strict-tuple` library, using the `lens` library +homepage: https://github.com/emilypi/strict-tuple-lens +bug-reports: https://github.com/emilypi/strict-tuple-lens/issues +license: BSD-3-Clause +license-file: LICENSE +author: Emily Pillmore +maintainer: emilypi@cohomolo.gy +copyright: (c) 2020 Emily Pillmore emily +category: Data +extra-source-files: + CHANGELOG.md + README.md + +tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4 + + +source-repository head + type: git + location: https://github.com/emilypi/strict-tuple-lens.git + + +library + exposed-modules: Data.Tuple.Strict.Lens + , Data.Tuple.Strict.Lens.Each + , Data.Tuple.Strict.Lens.Empty + , Data.Tuple.Strict.Lens.Field + , Data.Tuple.Strict.Lens.Iso + + build-depends: + , base >=4.11 && <5.0 + , lens >=4.0 && <5.0 + , strict-tuple ^>=0.1.3 + + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall
revision 2
cabal-version: 3.0 name: strict-tuple-lens version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Optics for the `strict-tuple` library description: This package provides optics for the `strict-tuple` library, using the `lens` library homepage: https://github.com/emilypi/strict-tuple-lens license-file: LICENSE author: Emily Pillmore maintainer: emilypi@cohomolo.gy -copyright: (c) 2020 Emily Pillmore emily +copyright: (c) 2020 Emily Pillmore category: Data extra-source-files: CHANGELOG.md