netwire-input-0.0.6: netwire-input.cabal
-- Initial netwire-input.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: netwire-input
version: 0.0.6
synopsis: Input handling abstractions for netwire
description: This package contains a collection of Monad typeclasses that
support interaction with input devices such as keyboard and
mice. Moreover, these typeclasses are used to create wires from
the netwire package the produce mouse and keyboard input values
in a reactive way. This package cannot be used independently
and must be used with another package that provides instantiation
of these typeclasses such as netwire-input-glfw.
homepage: https://www.github.com/Mokosha/netwire-input
license: MIT
license-file: LICENSE
author: Pavel Krajcevski
maintainer: Krajcevski@gmail.com
copyright: Pavel Krajcevski, 2015
category: Game
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
source-repository head
type: git
location: git@github.com:Mokosha/netwire-input.git
library
default-extensions: FunctionalDependencies
MultiParamTypeClasses
exposed-modules: FRP.Netwire.Input
other-modules: FRP.Netwire.Input.Util
build-depends: base >= 4.6 && < 6,
netwire >= 5
hs-source-dirs: lib
default-language: Haskell2010