File: gloss-rendering.cabal

package info (click to toggle)
haskell-gloss-rendering 1.13.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 112 kB
  • sloc: haskell: 849; makefile: 2
file content (54 lines) | stat: -rw-r--r-- 1,706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name:           gloss-rendering
version:        1.13.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.

source-repository head
  type:         git
  location:     https://github.com/benl23x5/gloss

source-repository this
  type:         git
  tag:          v1.12.0.0
  location:     https://github.com/benl23x5/gloss

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
        Graphics.Gloss.Internals.Rendering.Polygon

  build-depends:
          base                          >= 4.8 && < 5
        , bmp                           == 1.2.*
        , bytestring                    >= 0.11 && < 0.13
        , containers                    >= 0.5 && < 0.8
        , GLUT                          == 2.7.*
        , OpenGL                        >= 2.12 && < 3.1

  ghc-options:
        -Wall -O2

  default-language:
        Haskell2010

-- vim: nospell