packages feed

gloss-accelerate-2.1.0.0: gloss-accelerate.cabal

name:                   gloss-accelerate
version:                2.1.0.0
synopsis:               Extras to interface Gloss and Accelerate
description:            Please see the README on GitHub at <https://github.com/tmcdonell/gloss-accelerate#readme>
license:                BSD3
license-file:           LICENSE
author:                 Trevor L. McDonell
maintainer:             Trevor L. McDonell <trevor.mcdonell@gmail.com>
category:               Accelerate, 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.9 && < 5
      , accelerate              >= 1.3
      , gloss                   >= 1.9
      , gloss-rendering         >= 1.10
      , linear-accelerate       >= 0.7

  ghc-options:
        -Wall
        -O2

  default-language:
        Haskell2010

  hs-source-dirs:
        src

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

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

-- vim: nospell