packages feed

gloss-accelerate-2.0.0.1: gloss-accelerate.cabal

Name:                   gloss-accelerate
Version:                2.0.0.1
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

extra-source-files:
    README.md

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

  Build-depends:
        base                    >= 4.6 && < 4.12
      , 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:                          v2.0.0.1
  location:                     https://github.com/tmcdonell/gloss-accelerate

-- vim: nospell