packages feed

Cabal revisions of hedgehog-optics-1.0.0.1

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

revision 1
-cabal-version: 3.0--name: hedgehog-optics-version: 1.0.0.1-category: Testing, Optics--synopsis:-    Hedgehog properties for optics laws--description:-    Are your prisms well-formed? Test and be confident.--copyright: 2021 Mission Valley Software LLC-license: MIT-license-file: license.txt--author:     Chris Martin-maintainer: Chris Martin, Julie Moronuki--homepage:    https://github.com/typeclasses/hedgehog-optics-bug-reports: https://github.com/typeclasses/hedgehog-optics/issues--build-type: Simple--extra-source-files: changelog.txt--source-repository head-  type: git-  location: https://github.com/typeclasses/hedgehog-optics--library-    default-language: Haskell2010-    ghc-options: -Wall-    hs-source-dirs: src--    default-extensions:-        NoImplicitPrelude--    exposed-modules:-        Hedgehog.Optics--    build-depends:-        base        ^>= 4.14 || ^>= 4.15-      , hedgehog    ^>= 1.0.4-      , optics-core ^>= 0.4+cabal-version: 3.0
+
+name: hedgehog-optics
+version: 1.0.0.1
+x-revision: 1
+category: Testing, Optics
+
+synopsis:
+    Hedgehog properties for optics laws
+
+description:
+    Are your prisms well-formed? Test and be confident.
+
+copyright: 2021 Mission Valley Software LLC
+license: MIT
+license-file: license.txt
+
+author:     Chris Martin
+maintainer: Chris Martin, Julie Moronuki
+
+homepage:    https://github.com/typeclasses/hedgehog-optics
+bug-reports: https://github.com/typeclasses/hedgehog-optics/issues
+
+build-type: Simple
+
+extra-source-files: changelog.txt
+
+source-repository head
+  type: git
+  location: https://github.com/typeclasses/hedgehog-optics
+
+library
+    default-language: Haskell2010
+    ghc-options: -Wall
+    hs-source-dirs: src
+
+    default-extensions:
+        NoImplicitPrelude
+
+    exposed-modules:
+        Hedgehog.Optics
+    build-depends:
+        base        ^>= 4.14 || ^>= 4.15 || ^>= 4.16
+      , hedgehog    ^>= 1.0.4 || ^>= 1.1
+      , optics-core ^>= 0.4
revision 2
 
 name: hedgehog-optics
 version: 1.0.0.1
-x-revision: 1
+x-revision: 2
 category: Testing, Optics
 
 synopsis:
     exposed-modules:
         Hedgehog.Optics
     build-depends:
-        base        ^>= 4.14 || ^>= 4.15 || ^>= 4.16
+        base        ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16
       , hedgehog    ^>= 1.0.4 || ^>= 1.1
       , optics-core ^>= 0.4