cabal-version: 2.4 name: termbox-banana version: 0.3.1 category: User Interfaces description: A @reactive-banana@-based interface to writing @termbox@ programs. . See also the package for a lower-level, imperative interface. synopsis: reactive-banana + termbox author: Mitchell Rosen maintainer: Mitchell Rosen homepage: https://github.com/mitchellwrosen/termbox-banana bug-reports: https://github.com/mitchellwrosen/termbox-banana/issues copyright: (c) 2018-2022, Mitchell Rosen license: BSD-3-Clause license-file: LICENSE build-type: Simple tested-with: GHC ==8.10.7, GHC ==9.0.2, GHC ==9.2.1 extra-source-files: CHANGELOG.md README.md source-repository head type: git location: git://github.com/mitchellwrosen/termbox-banana.git library build-depends: base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16, reactive-banana ^>= 1.2 || ^>= 1.3, termbox ^>= 0.3, default-extensions: GeneralizedNewtypeDeriving InstanceSigs LambdaCase default-language: Haskell2010 exposed-modules: Termbox.Banana ghc-options: -Weverything -Wno-implicit-prelude -Wno-missing-import-lists -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-safe -Wno-unsafe if impl(ghc >= 8.10) ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module hs-source-dirs: src