HPi-0.7.0: HPi.cabal
-- Initial HPi.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: HPi
version: 0.7.0
synopsis: GPIO, I2C and SPI functions for the Raspberry Pi.
description: This package is a FFI wrapper around the bcm2835 library by Mike McCauley, it also includes a few utility functions for easier use of the imported functions.
homepage: https://github.com/WJWH/HPi
license: BSD3
license-file: LICENSE
author: Wander Hillen
maintainer: wjw.hillen@gmail.com
copyright: (c) 2013-2015 Wander Hillen
category: System
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: System.RaspberryPi.GPIO
-- other-modules:
build-depends: base < 5, bytestring < 0.11
extra-libraries: bcm2835
source-repository head
type: git
location: git://github.com/WJWH/HPi.git