-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 023e23f9cad6f60c02a84e6cdf8bf7c97a079028e6a987a9f4baa7f0337f97fe name: animate-sdl2 version: 0.1.1 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