Cabal revisions of termbox-0.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
synopsis: termbox bindings author: Mitchell Rosen maintainer: Mitchell Rosen <mitchellwrosen@gmail.com>-homepage: https://github.com/mitchellwrosen/termbox-bug-reports: https://github.com/mitchellwrosen/termbox/issues-copyright: (c) 2018-2020, Mitchell Rosen+homepage: https://github.com/termbox/termbox-haskell+bug-reports: https://github.com/termbox/termbox-haskell/issues+copyright: (c) 2018-2022, Mitchell Rosen license: BSD-3-Clause license-file: LICENSE build-type: Simple+x-revision: 1 extra-source-files: cbits/LICENSE source-repository head type: git- location: git://github.com/mitchellwrosen/termbox.git+ location: git://github.com/termbox/termbox-haskell.git flag build-examples default: False library import: component- build-depends: base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14+ build-depends: base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 c-sources: cbits/termbox.c cbits/utf8.c