diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -127,7 +127,7 @@
         Left (_,s,_)  -> do
             hPutStrLn stderr s
             die "Unable to tar package"
-        Right s -> putStrLn s
+        Right _ -> putStrLn ("Created " ++ (cwd </> dir <.> "tar.gz"))
 
 ------------------------------------------------------------------------
 
diff --git a/cabal2arch.cabal b/cabal2arch.cabal
--- a/cabal2arch.cabal
+++ b/cabal2arch.cabal
@@ -1,5 +1,5 @@
 name:               cabal2arch
-version:            0.2.1
+version:            0.2.1.1
 homepage:           http://code.haskell.org/~dons/code/cabal2arch
 synopsis:           Create Arch Linux packages from Cabal packages
 description:        Create Arch Linux packages from Cabal packages
