-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 1b1172145c3bd3f8a5aa9cbf94273f179a01090a90c44ecac7785bd92767a004 name: sdl2-fps version: 0.0.0 x-revision: 1 synopsis: Run of the mill, frames per second timer implementation description: Run of the mill, frames per second timer implementation category: Game homepage: https://github.com/jxv/sdl2-fps#readme bug-reports: https://github.com/jxv/sdl2-fps/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/sdl2-fps library hs-source-dirs: library default-extensions: LambdaCase NamedFieldPuns ScopedTypeVariables OverloadedStrings DefaultSignatures ghc-options: -Wall build-depends: base >=4.9 && <5 , sdl2 >=2.4.0.1 && <2.5 exposed-modules: SDL.FPS other-modules: Paths_sdl2_fps default-language: Haskell2010