hidapi 0.1.6 → 0.1.7
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- README.md +1/−1
- hidapi.cabal +2/−1
README.md view
@@ -1,4 +1,4 @@-## hidapi [](https://travis-ci.org/chpatrick/haskell-hidapi)+## hidapi [](https://travis-ci.org/chpatrick/haskell-hidapi) [](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