BSD-3-Clause licensed and maintained by Drew Hess
This version can be pinned in stack with:hpio-0.8.0.7@sha256:f280fdc0bf82cfe73f578e9cff609a603b489e8bd16e2a30f3d3f2882c93a6a5,9890

hpio

hpio provides support for writing GPIO programs in Haskell. It includes an embedded DSL for writing platform-independent programs, along with low-level monads and IO functions which provide direct access to each supported platform’s native GPIO API.

Currently only the Linux sysfs GPIO filesystem is supported, but support for other Unix GPIO platforms is planned.

For details on usage, see the included tutorial module, or the examples directory in the source distribution.

Travis CI build status

Changes

0.8.0.7 (2017-02-21)

Fixes:

  • Fix hlint tests.
  • Note GHC 8.0.2 compatibility in cabal file.

0.8.0.6 (2017-01-25)

Fixes:

  • Remove hspec upper bounds.

0.8.0.5 (2017-01-11)

Fixes:

  • Bump directory bounds.

0.8.0.4 (2016-10-26)

Fixes:

  • Support for optparse-applicative 0.13.x.
  • Bump hspec bounds.

0.8.0.3 (2016-07-15)

Fixes:

  • Bump QuickCheck bounds.

0.8.0.2 (2016-06-08)

Fixes:

  • Fix Stackage doctests issue (#48).

0.8.0.1 (2016-05-30)

Fixes:

  • Fix sdist problem with test files (#47)

0.8.0.0 (2016-05-27)

Initial release.