animate-sdl2-0.0.0: animate-sdl2.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 448a6b0a9ac1bc24221e667d9613ddae1ca51be2436c5b31f763e2d2f4de9326
name: animate-sdl2
version: 0.0.0
synopsis: sdl2 + animate auxiliary library
description: sdl2 is a commonly used media library. animate is a general animation library. Combining animate and sdl2, animate-sdl2 provides accessible glue-code to load and draw sprites.
category: Game
homepage: https://github.com/jxv/animate-sdl2#readme
bug-reports: https://github.com/jxv/animate-sdl2/issues
maintainer: Joe Vargas
copyright: 2018 Joe Vargas
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
package.yaml
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/jxv/animate-sdl2
library
hs-source-dirs:
library
default-extensions: GeneralizedNewtypeDeriving LambdaCase NamedFieldPuns ScopedTypeVariables OverloadedStrings
ghc-options: -Wall
build-depends:
aeson >=0.11 && <2
, animate >=0.6.1 && <1
, base >=4.7 && <5
, sdl2 >=2.4.0.1 && <2.5
, sdl2-image >=2.0.0 && <3
exposed-modules:
Animate.SDL
other-modules:
Paths_animate_sdl2
default-language: Haskell2010