packages feed

Cabal revisions of strict-tuple-0.1.4

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

revision 1
 maintainer: Mitchell Rosen <mitchellwrosen@gmail.com> homepage: https://github.com/mitchellwrosen/strict-tuple bug-reports: https://github.com/mitchellwrosen/strict-tuple/issues-copyright: (c) 2018-2020, Mitchell Rosen+copyright: (c) 2018-2022, Mitchell Rosen license: BSD-3-Clause license-file: LICENSE build-type: Simple+x-revision: 1  extra-source-files:   CHANGELOG.md library   import: component   build-depends:-    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14,+    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16,     bifunctors ^>= 5.5,     deepseq ^>= 1.4.3.0,     hashable ^>= 1.2.5.0 || ^>= 1.3