packages feed

hidapi 0.1.6 → 0.1.7

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

README.md view
@@ -1,4 +1,4 @@-## hidapi [![Build Status](https://travis-ci.org/chpatrick/haskell-hidapi.svg?branch=master)](https://travis-ci.org/chpatrick/haskell-hidapi)+## hidapi [![Build Status](https://travis-ci.org/chpatrick/haskell-hidapi.svg?branch=master)](https://travis-ci.org/chpatrick/haskell-hidapi) [![Hackage](https://img.shields.io/hackage/v/hidapi.svg)](http://hackage.haskell.org/package/hidapi)  Haskell FFI bindings to the HIDAPI library 
hidapi.cabal view
@@ -1,5 +1,5 @@ name:              hidapi-version:           0.1.6+version:           0.1.7 build-type:        Simple cabal-version:     >= 1.10 category:          Hardware@@ -48,6 +48,7 @@   else     if os(darwin)       c-sources: cbits/hidapi/mac/hid.c+      frameworks: AppKit     else       c-sources: cbits/hidapi/linux/hid.c       extra-libraries: udev