diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -12,7 +12,7 @@
 
 import Control.Exception
 import Control.Monad
-import System.Exit
+import System.Exit                              hiding (die)
 import System.FilePath
 import System.Directory
 import System.Environment
diff --git a/cufft.cabal b/cufft.cabal
--- a/cufft.cabal
+++ b/cufft.cabal
@@ -1,5 +1,5 @@
 name:                   cufft
-version:                0.1.2.0
+version:                0.1.2.1
 synopsis:               Haskell bindings for the CUFFT library
 description:
     The CUFFT library is part of the CUDA developer toolkit.
