name: joystick version: 0.1.0.0 synopsis: Joystick bindings and wrapper -- description: license: BSD3 license-file: LICENSE author: Joe Vargas maintainer: Joe Vargas -- copyright: homepage: https://github.com/jxv/joystick bug-reports: https://github.com/jxv/joystick/issues category: System build-type: Simple cabal-version: >=1.10 extra-source-files: include/*.h, csrc/*.c, example/*.hs library include-dirs: include exposed-modules: System.Hardware.Joystick, System.Hardware.Joystick.Types includes: include/joystick_linux.h c-sources: csrc/joystick_linux.c other-modules: System.Hardware.Joystick.Internal, System.Hardware.Joystick.Linux, System.Hardware.Joystick.Linux.FFI other-extensions: CPP, EmptyDataDecls, ForeignFunctionInterface, MultiParamTypeClasses, FunctionalDependencies build-depends: base >=4.6 && <4.7, unix >=2.5 && <2.8, safe >=0.3 && <0.4, directory >=1.2 && <1.3, bytestring >=0.10 && <0.11 hs-source-dirs: src build-tools: hsc2hs default-language: Haskell2010 source-repository head type: git location: git://github.com/jxv/joystick.git