name: gloss-rendering version: 1.9.2.1 license: MIT license-file: LICENSE author: Elise Huard maintainer: elise@jabberwocky.eu benl@ouroborus.net category: Graphics build-type: Simple cabal-version: >=1.10 synopsis: Gloss picture data types and rendering functions. description: Gloss picture data types and rendering functions. These functions don't do any window management. If you want gloss to setup your window as well then use the plain @gloss@ package. library exposed-modules: Graphics.Gloss.Rendering other-modules: Graphics.Gloss.Internals.Data.Color Graphics.Gloss.Internals.Data.Picture Graphics.Gloss.Internals.Rendering.Bitmap Graphics.Gloss.Internals.Rendering.Circle Graphics.Gloss.Internals.Rendering.Color Graphics.Gloss.Internals.Rendering.Common Graphics.Gloss.Internals.Rendering.Picture Graphics.Gloss.Internals.Rendering.State build-depends: base == 4.7.*, containers == 0.5.*, bytestring == 0.10.*, OpenGL == 2.9.*, GLUT == 2.5.*, bmp == 1.2.* ghc-options: -Wall default-language: Haskell2010 default-extensions: BangPatterns MagicHash TypeSynonymInstances FlexibleInstances DeriveDataTypeable