17 lines
502 B
Text
17 lines
502 B
Text
name: hwiid
|
|
version: 0.1
|
|
synopsis: Haskell bindings for libcwiid
|
|
description: Wiimote interface library
|
|
category: Interfaces, Foreign
|
|
license: GPL-3
|
|
license-file: LICENSE
|
|
author: Matthias Schiffer
|
|
maintainer: matthias@gamezock.de
|
|
build-type: Simple
|
|
Cabal-Version: >=1.2
|
|
|
|
library
|
|
build-depends: base >= 4
|
|
exposed-modules: HWiid
|
|
hs-source-dirs: src
|
|
extra-libraries: cwiid
|