diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -1,10 +1,9 @@
 module Main where
 
-import           System.Exit (die)
-
 import           Arguments
 import           Dispatch
 import           Types
+import           Utils
 
 main :: IO ()
 main = do
diff --git a/super-user-spark.cabal b/super-user-spark.cabal
--- a/super-user-spark.cabal
+++ b/super-user-spark.cabal
@@ -1,5 +1,5 @@
 name:                super-user-spark
-version:             0.2.0.2
+version:             0.2.0.3
 license:             MIT
 license-file:        LICENSE
 description:         Configure your dotfile deployment with a DSL.
