diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -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
 
diff --git a/hidapi.cabal b/hidapi.cabal
--- a/hidapi.cabal
+++ b/hidapi.cabal
@@ -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
