packages feed

gloss-accelerate-0.2.0.0: gloss-accelerate.cabal

Name:                   gloss-accelerate
Version:                0.2.0.0
Synopsis:               Extras to interface Gloss and Accelerate
Description:            Extras to interface Gloss and Accelerate
License:                BSD3
License-file:           LICENSE
Author:                 Trevor L. McDonell
Maintainer:             Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
Category:               Graphics
Build-type:             Simple
Cabal-version:          >=1.10

Library
  Exposed-modules:
        Graphics.Gloss.Accelerate.Data.Picture
        Graphics.Gloss.Accelerate.Data.Point

  Build-depends:
        base                    >= 4.6 && < 4.10
      , accelerate              >= 0.16
      , gloss                   >= 1.9
      , gloss-rendering         >= 1.9

  ghc-options:
        -Wall -O2

  default-language:
        Haskell2010

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

source-repository this
  type:                         git
  tag:                          0.2.0.0
  location:                     https://github.com/tmcdonell/gloss-accelerate

-- vim: nospell