-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: bno055-haskell
version: 0.1.0
synopsis: Library for communication with the Bosch BNO055 orientation sensor
description: Library for controlling and reading the Bosch BNO055 absolute orientation sensor.
category: System
homepage: https://bitbucket.org/fmapE/bno055-haskell
bug-reports: https://bitbucket.org/fmapE/bno055-haskell/issues
author: Edward Amsden
maintainer: edwardamsden@gmail.com
copyright: 2017 Edward Amsden
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
cfiles/bno055.h
README.md
source-repository head
type: git
location: https://bitbucket.org/fmapE/bno055-haskell.git
library
hs-source-dirs:
src
include-dirs:
cfiles
build-depends:
base >=4.7 && <5
, bytestring
, cereal
, h2c
, mtl
, resourcet
exposed-modules:
System.Orientation.BNO055
System.Orientation.BNO055.Internal
other-modules:
Paths_bno055_haskell
default-language: Haskell2010