diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,2 +1,3 @@
 import Distribution.Simple
+
 main = defaultMain
diff --git a/posix-pty.cabal b/posix-pty.cabal
--- a/posix-pty.cabal
+++ b/posix-pty.cabal
@@ -1,8 +1,8 @@
 Name:                posix-pty
-Version:             0.1.0
+Version:             0.1.1
 
-Homepage:            
-Bug-Reports:         https://bitbucket.org/merijnv/posix-pty/issues
+Homepage:            https://bitbucket.org/merijnv/posix-pty
+Bug-Reports:         https://github.com/merijn/posix-pty/issues
 
 Author:              Merijn Verstraaten
 Maintainer:          Merijn Verstraaten <merijn@inconsistent.nl>
@@ -30,17 +30,25 @@
   Other-Modules:        
 
   C-Sources:            cbits/fork_exec_with_pty.c cbits/pty_size.c
-  CC-Options:           -Wall -Wextra -pedantic -strict -std=c99
+  CC-Options:           -Wall -Wextra -pedantic -std=c99
   Include-Dirs:         cbits
+  Includes:             fork_exec_with_pty.h pty_size.h
 
   Build-Depends:        base >= 4 && < 5
                ,        bytestring >= 0.10
                ,        unix >= 2.6
 
+  if !os(darwin)
+    Buildable: False
+
 Source-Repository head
-  Type:     mercurial
-  Location: https://bitbucket.org/merijnv/posix-pty
+  Type:     git
+  Location: ssh://github.com:merijn/posix-pty.git
 
 Source-Repository head
   Type:     mercurial
   Location: git+ssh://github.com:merijn/posix-pty.git
+
+Source-Repository head
+  Type:     mercurial
+  Location: https://bitbucket.org/merijnv/posix-pty
