packages feed

Cabal revisions of strict-tuple-lens-0.1.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:      2.2-name:               strict-tuple-lens-version:            0.1.0.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.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1--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  && <4.15-    , lens           >=4.0   && <5-    , strict-tuple  ^>=0.1.3--  hs-source-dirs:   src-  default-language: Haskell2010-  ghc-options:      -Wall+cabal-version:      2.2
+name:               strict-tuple-lens
+version:            0.1.0.1
+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
+category:           Data
+extra-source-files:
+  CHANGELOG.md
+  README.md
+
+tested-with:        GHC ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1
+
+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  && <4.15
+    , lens           >=4.0   && <5
+    , strict-tuple  ^>=0.1.3
+
+  hs-source-dirs:   src
+  default-language: Haskell2010
+  ghc-options:      -Wall