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.5.1.1
+Version:        0.5.1.2
 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
@@ -12,7 +12,7 @@
 
 -- | Current Haste version.
 hasteVersion :: Version
-hasteVersion = Version [0,5,1,1] []
+hasteVersion = Version [0,5,1,2] []
 
 -- | Current Haste version as an Int. The format of this version number is
 --   MAJOR*10 000 + MINOR*100 + MICRO.
diff --git a/src/hastec.hs b/src/hastec.hs
--- a/src/hastec.hs
+++ b/src/hastec.hs
@@ -48,7 +48,6 @@
         let ghcconfig = mkGhcCfg fs args
         (dfs, _) <- getDynFlagsForConfig ghcconfig
         extralibdirs <- getExtraLibDirs dfs
-        putStrLn $ "EXTRALIBDIRS: " ++ show extralibdirs
         let cfg = mkLinkerCfg dfs extralibdirs
                 . setShowOutputable dfs
                 $ mkConfig def
