packages feed

Cabal revisions of termbox-1.1.0.1

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

revision 1
 author: Mitchell Rosen bug-reports: https://github.com/termbox/termbox-haskell/issues build-type: Simple-copyright: (c) 2018-2022, Mitchell Rosen+copyright: (c) 2018-2023, Mitchell Rosen description:   This package provides a high-level wrapper around @termbox@, a simple C   library for writing text-based user interfaces: <https://github.com/termbox/termbox> maintainer: Mitchell Rosen <mitchellwrosen@gmail.com> name: termbox synopsis: termbox-tested-with: GHC == 9.0.2, GHC == 9.2.4, GHC == 9.4.2+tested-with: GHC == 9.2.7, GHC == 9.4.4, GHC == 9.6.1 version: 1.1.0.1+x-revision: 1  extra-source-files:   CHANGELOG.md library   import: component   build-depends:-    base ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17,+    base ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18,     termbox-bindings-hs ^>= 0.1,   exposed-modules: Termbox   hs-source-dirs: src