packages feed

Cabal revisions of sdl2-fps-0.0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- This file has been generated from package.yaml by hpack version 0.20.0.------ see: https://github.com/sol/hpack------ hash: 3c098eaee6f1e9b78558e7b8441d3c074141aa350b1e596c0505f33a22a83ceb--name:           sdl2-fps-version:        0.0.2-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+-- This file has been generated from package.yaml by hpack version 0.20.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 3c098eaee6f1e9b78558e7b8441d3c074141aa350b1e596c0505f33a22a83ceb
+
+name:           sdl2-fps
+version:        0.0.2
+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