cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 599ef45b2d5a0dd0ba895eee72f9fd8f6e8f6fa7a4bfab1b8bb0f7dc90696ef4 name: pine version: 0.1.0.3 synopsis: Functional 2D Game Framework description: Please see the README on GitHub at category: Game homepage: https://github.com/grinshpon/pine#readme bug-reports: https://github.com/grinshpon/pine/issues author: Daniel Grinshpon maintainer: GrinshponDaniel@protonmail.com copyright: 2019 Daniel Grinshpon license: Zlib license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/grinshpon/pine library exposed-modules: Pine Pine.Internal Pine.Internal.Keyboard Pine.Internal.Pine Pine.Internal.Types hs-source-dirs: src build-depends: base >=4.7 && <5 , containers >=0.6 && <0.7 , linear , mtl >=2.2 , sdl2 >=2.5 , sdl2-image >=0.1 && <2.1 , stm >=2.4 && <2.6 , text >=1.2.3 && <1.3 default-language: Haskell2010 executable pine-exe main-is: Main.hs hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers >=0.6 && <0.7 , linear , mtl >=2.2 , pine , sdl2 >=2.5 , sdl2-image >=0.1 && <2.1 , stm >=2.4 && <2.6 , text >=1.2.3 && <1.3 default-language: Haskell2010 executable pine-fps-exe main-is: FPS.hs hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers >=0.6 && <0.7 , linear , mtl >=2.2 , pine , sdl2 >=2.5 , sdl2-image >=0.1 && <2.1 , stm >=2.4 && <2.6 , text >=1.2.3 && <1.3 default-language: Haskell2010 test-suite pine-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers >=0.6 && <0.7 , linear , mtl >=2.2 , pine , sdl2 >=2.5 , sdl2-image >=0.1 && <2.1 , stm >=2.4 && <2.6 , text >=1.2.3 && <1.3 default-language: Haskell2010