packages feed

gloss-raster-1.12.0.0: gloss-raster.cabal

Name:                gloss-raster
Version:             1.12.0.0
License:             MIT
License-file:        LICENSE
Author:              Ben Lippmeier
Maintainer:          benl@ouroborus.net
Build-Type:          Simple
Cabal-Version:       >=1.6
Stability:           provisional
Category:            Graphics
Homepage:            http://gloss.ouroborus.net
Bug-reports:         gloss@ouroborus.net
Description:
        Parallel rendering of raster images.

Synopsis:
        Parallel rendering of raster images.

Flag llvm
  Description:  Compile via LLVM. This produces much better object code
                but your GHC needs to have been built against the LLVM compiler.

  Default:      False

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
  Build-Depends:
          base                          >= 4.8 && < 4.12
        , containers                    == 0.5.*
        , ghc-prim
        , gloss                         == 1.12.*
        , gloss-rendering               == 1.12.*
        , repa                          == 3.4.*

  ghc-options:
        -Odph
        -fno-liberate-case

  Exposed-modules:
        Graphics.Gloss.Raster.Field
        Graphics.Gloss.Raster.Array

-- vim: nospell