-- Initial termbox-bindings.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: termbox-bindings version: 0.1.0.0 synopsis: Bindings to the termbox library -- description: homepage: github.com/luciferous/termbox-bindings license: BSD3 license-file: LICENSE author: Neuman Vong maintainer: neuman.vong@gmail.com -- copyright: category: Text build-type: Custom -- extra-source-files: cabal-version: >=1.10 executable example default-language: Haskell2010 build-depends: base >=4.8 && <4.9 , termbox-bindings main-is: Example.hs library default-language: Haskell2010 ghc-options: -Wall -O2 exposed-modules: Termbox, Termbox.Enums, Termbox.Modes -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.9 hs-source-dirs: src build-tools: c2hs extra-libraries: termbox