diff --git a/Setup.lhs b/Setup.lhs
--- a/Setup.lhs
+++ b/Setup.lhs
@@ -1,7 +1,7 @@
 #!/bin/env runhaskell
 \begin{code}
 
-import Distribution.Simple.MathLink
-main = mathLinkDefaultMain
+import Distribution.Simple
+main = defaultMain
 
 \end{code}
diff --git a/mathlink.cabal b/mathlink.cabal
--- a/mathlink.cabal
+++ b/mathlink.cabal
@@ -1,5 +1,5 @@
 Name:                 mathlink
-Version:              1.1.0.0
+Version:              1.1.0.1
 Cabal-Version:        >= 1.6
 Build-Type:           Simple
 License:              BSD3
