diff --git a/haste-compiler.cabal b/haste-compiler.cabal
--- a/haste-compiler.cabal
+++ b/haste-compiler.cabal
@@ -1,5 +1,5 @@
 Name:           haste-compiler
-Version:        0.2.6
+Version:        0.2.7
 License:        BSD3
 License-File:   LICENSE
 Synopsis:       Haskell To ECMAScript compiler
diff --git a/src/Haste/Version.hs b/src/Haste/Version.hs
--- a/src/Haste/Version.hs
+++ b/src/Haste/Version.hs
@@ -10,7 +10,7 @@
 import Haste.Environment (hasteDir)
 
 hasteVersion :: Version
-hasteVersion = Version [0, 2, 6] []
+hasteVersion = Version [0, 2, 7] []
 
 ghcVersion :: String
 ghcVersion = cProjectVersion
diff --git a/src/haste-boot.hs b/src/haste-boot.hs
--- a/src/haste-boot.hs
+++ b/src/haste-boot.hs
@@ -131,6 +131,7 @@
           run_ hastePkgBinary ["update", "packageconfig"] ""
         
         -- Install integer-gmp; double install shouldn't be needed anymore.
+        run_ hasteCopyPkgBinary ["Cabal"] ""
         inDirectory "integer-gmp" $ do
           hasteInst ["install", ghcOpts]
         
