packages feed

Cabal revisions of termbox-tea-0.1.0

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

revision 1
 bug-reports: https://github.com/termbox/termbox-haskell/issues build-type: Simple category: User Interfaces-copyright: (c) 2018-2022, Mitchell Rosen+copyright: (c) 2018-2023, Mitchell Rosen description:   This package provides an Elm Architecture interface to @termbox@ programs.   . maintainer: Mitchell Rosen <mitchellwrosen@gmail.com> name: termbox-tea synopsis: termbox + The Elm Architecture-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: 0.1.0+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 ^>= 1.1.0,     ki ^>= 1.0,   exposed-modules: Termbox.Tea