packages feed

key-state-0.2.0: key-state.cabal

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

name:           key-state
version:        0.2.0
synopsis:       Manage key and button states and statuses
description:    Manage key and button states and statuses
category:       Game
homepage:       https://github.com/jxv/key-state#readme
bug-reports:    https://github.com/jxv/key-state/issues
maintainer:     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/key-state

library
  hs-source-dirs:
      library
  default-extensions: NamedFieldPuns
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
  exposed-modules:
      KeyState
  other-modules:
      Paths_key_state
  default-language: Haskell2010

test-suite key-state-tests
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      tests
  default-extensions: NamedFieldPuns
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base
    , hspec
    , key-state
  other-modules:
      KeyStateSpec
      Paths_key_state
  default-language: Haskell2010