diff --git a/AUTHORS.txt b/AUTHORS.txt
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -11,3 +11,4 @@
 
 * Conrad Parker
 * Ivan Lazar Miljenovic
+* John Lato
diff --git a/src/GHC/Vacuum.hs b/src/GHC/Vacuum.hs
--- a/src/GHC/Vacuum.hs
+++ b/src/GHC/Vacuum.hs
@@ -68,7 +68,7 @@
 import Control.Monad
 import Control.Applicative
 import Control.Exception
-import Prelude
+import Prelude hiding(catch)
 import Control.Concurrent
 
 import Foreign hiding (unsafePerformIO, void)
diff --git a/vacuum.cabal b/vacuum.cabal
--- a/vacuum.cabal
+++ b/vacuum.cabal
@@ -1,5 +1,5 @@
 name:               vacuum
-version:            2.1.0.0
+version:            2.1.0.1
 synopsis:           Graph representation of the GHC heap
 description:
   Vacuum is a library for extracting graph representations of values
