packages feed

Cabal revisions of gross-0.0.0.0

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

revision 1
--- Initial gross.cabal generated by cabal init.  For further documentation,---  see http://haskell.org/cabal/users-guide/--name:                gross-version:             0.0.0.0-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-category:            Graphics-build-type:          Simple-cabal-version:       >=1.10--library-  exposed-modules: Graphics.Gross-  build-depends:       base >=4.0 && <4.10, ncurses >= 0.2 && < 0.3, mtl-  default-language:    Haskell2010+-- 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