File gloss-rendering.cabal of Package ghc-gloss-rendering

name:           gloss-rendering
version:        1.11.1.1
x-revision: 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.8 && < 4.11,
        containers == 0.5.*,
        bytestring == 0.10.*,
        OpenGL     >= 2.12 && < 3.1,
        GLUT       == 2.7.*,
        bmp        == 1.2.*

  ghc-options:
        -Wall -O2

  default-language:    
        Haskell2010

  default-extensions:    
        BangPatterns
        MagicHash
        TypeSynonymInstances
        FlexibleInstances
        DeriveDataTypeable
openSUSE Build Service is sponsored by