diff --git a/mathlink.cabal b/mathlink.cabal
--- a/mathlink.cabal
+++ b/mathlink.cabal
@@ -1,6 +1,6 @@
 Name:                 mathlink
-Version:              0.1.0.1
-Cabal-Version:        >= 1.2
+Version:              0.1.0.2
+Cabal-Version:        >= 1.6
 Build-Type:           Simple
 License:              BSD3
 License-File:         LICENSE
@@ -8,6 +8,8 @@
 Author:               Tracy Wadleigh
 Maintainer:           <tracy.wadleigh@gmail.com>
 Bug-Reports:          mailto:tracy.wadleigh@gmail.com?subject=dev-mathlink
+Homepage:             http://community.haskell.org/~TracyWadleigh/mathlink
+
 Stability:            experimental
 Synopsis:             Call Haskell from Mathematica
 Tested-With:          GHC == 6.10.1
@@ -29,7 +31,7 @@
 be used interactively.
 }
 
-Flag 32Bit
+Flag                  32Bit
   Description:        Build and link against the 32-bit version of the 
                       MathLink library, instead of the 64-bt version.
   Default:            False
@@ -50,3 +52,6 @@
   else
     Extra-Libraries:  ML64i3
   
+Source-Repository     head
+  Type:               darcs
+  Location:           http://community.haskell.org/~TracyWadleigh/darcs/mathlink/
