-- Initial gross.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: gross version: 0.0.0.0 x-revision: 1 synopsis: A spoof on gloss for terminal animation description: An easy way to make terminal interfaces license: MIT license-file: LICENSE author: Samuel Schlesinger maintainer: sgschlesinger@gmail.com bug-reports: https://github.com/SamuelSchlesinger/gross/issues category: Graphics build-type: Simple cabal-version: >=1.10 library exposed-modules: Graphics.Gross build-depends: base >=4.8 && <4.10, ncurses >= 0.2 && < 0.3, mtl default-language: Haskell2010