summaryrefslogtreecommitdiffstats
path: root/hwiid.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-04-06 13:03:41 +0200
committerMatthias Schiffer <matthias@gamezock.de>2010-04-06 13:03:41 +0200
commit3ee64bbc1726c725c6cd5237a5ceeb45a2edc8d7 (patch)
treef44d6668e55f37199b08e6b3a31f5ede4c865c4f /hwiid.cabal
downloadhwiid-3ee64bbc1726c725c6cd5237a5ceeb45a2edc8d7.tar
hwiid-3ee64bbc1726c725c6cd5237a5ceeb45a2edc8d7.zip
Initial commit
Diffstat (limited to 'hwiid.cabal')
-rw-r--r--hwiid.cabal17
1 files changed, 17 insertions, 0 deletions
diff --git a/hwiid.cabal b/hwiid.cabal
new file mode 100644
index 0000000..b95ee8d
--- /dev/null
+++ b/hwiid.cabal
@@ -0,0 +1,17 @@
+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