This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
hwiid/hwiid.cabal

18 lines
508 B
Text
Raw Normal View History

2010-04-06 13:03:41 +02:00
name: hwiid
version: 0.1
synopsis: Haskell bindings for libcwiid
description: Wiimote interface library
category: Interfaces, Foreign
2010-04-06 23:01:42 +02:00
license: BSD3
2010-04-06 13:03:41 +02:00
license-file: LICENSE
author: Matthias Schiffer
maintainer: matthias@gamezock.de
build-type: Simple
Cabal-Version: >=1.2
library
2010-04-07 10:31:27 +02:00
build-depends: base >= 4, clock
2010-04-06 13:03:41 +02:00
exposed-modules: HWiid
hs-source-dirs: src
extra-libraries: cwiid