packages feed

Cabal revisions of termbox-banana-0.3.0

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

revision 1
 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.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14+      base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16     , reactive-banana ^>= 1.2     , termbox ^>= 0.3   exposed-modules: Termbox.Banana
revision 2
 maintainer: Mitchell Rosen <mitchellwrosen@gmail.com> homepage: https://github.com/mitchellwrosen/termbox-banana bug-reports: https://github.com/mitchellwrosen/termbox-banana/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+x-revision: 2  extra-source-files:   CHANGELOG.md   import: component   build-depends:       base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16-    , reactive-banana ^>= 1.2+    , reactive-banana ^>= 1.2 || ^>= 1.3     , termbox ^>= 0.3   exposed-modules: Termbox.Banana   hs-source-dirs: src