packages feed

sdl2-fps-0.0.1: sdl2-fps.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: e573a8ac661cd4af6ad7206f6d3e274195a2ada8c525eb6182437c60ba6ebc2c

name:           sdl2-fps
version:        0.0.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.7 && <5
    , sdl2 >=2.4.0.1 && <2.5
  exposed-modules:
      SDL.FPS
  other-modules:
      Paths_sdl2_fps
  default-language: Haskell2010