packages feed

h2c-1.0.0: h2c.cabal

-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack

name:           h2c
version:        1.0.0
synopsis:       Bindings to Linux I2C with support for repeated-start transactions.
description:    H2C is a high-level binding to the Linux I2C subsystem with support for repeated-start transactions, not just individual reads and writes.
category:       System
homepage:       https://bitbucket.org/fmapE/h2c
bug-reports:    https://bitbucket.org/fmapE/h2c/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/typedefs.h
    README.md

source-repository head
  type: git
  location: https://bitbucket.org/fmapE/h2c.git

library
  hs-source-dirs:
      src
  include-dirs:
      cfiles
  build-depends:
      base >=4.7 && <5
    , bytestring
    , mtl
    , resourcet
  exposed-modules:
      System.IO.I2C
  other-modules:
      Paths_h2c
  default-language: Haskell2010