packages feed

pine-0.1.0.0: pine.cabal

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: 4fc1ee58c90bfb12e309df8f5c093661bf359f96c9c103bd0083d938471e8434

name:           pine
version:        0.1.0.0
synopsis:       Functional Reactive 2D Game Framework
description:    Please see the README on GitHub at <https://github.com/githubuser/pine#readme>
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