cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: c6906bc45dcc27ae37ed3ac5ae2e0ab85f7cbd22e891ba597dca6603e515ea25 name: pine version: 0.1.0.2 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.Renderer Pine.Internal.Types hs-source-dirs: src build-depends: base >=4.7 && <5 , containers >=0.6 && <0.7 , sdl2 >=2.4 && <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 , pine , sdl2 >=2.4 && <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 , pine , sdl2 >=2.4 && <2.5 , sdl2-image >=0.1 && <2.1 , stm >=2.4 && <2.6 , text >=1.2.3 && <1.3 default-language: Haskell2010