diff --git a/cabal-flatpak.cabal b/cabal-flatpak.cabal
--- a/cabal-flatpak.cabal
+++ b/cabal-flatpak.cabal
@@ -1,5 +1,5 @@
 Name:           cabal-flatpak
-Version:        0.1
+Version:        0.1.0.1
 License:        BSD3
 License-File:   LICENSE
 Author:         Henning Thielemann <haskell@henning-thielemann.de>
@@ -25,7 +25,7 @@
   flatpak.cabal.json
 
 Source-Repository this
-  Tag:         0.1
+  Tag:         0.1.0.1
   Type:        darcs
   Location:    http://hub.darcs.net/thielema/cabal-flatpak/
 
@@ -35,7 +35,7 @@
 
 Executable cabal-flatpak
   Build-Depends:
-    cabal-plan >=0.5 && <0.6,
+    cabal-plan >=0.5 && <0.7,
     cryptohash-sha256 >=0.11 && <0.12,
     zlib >=0.5.3 && <0.7,
     tar >=0.5.0.3 && <0.6,
@@ -44,7 +44,7 @@
     http-types >=0.10 && <0.13,
     aeson-pretty >=0.8.7 && <0.9,
     aeson >=1.2 && <1.5,
-    shell-utility >=0.0 && <0.1,
+    shell-utility >=0.1 && <0.2,
     optparse-applicative >=0.11 && <0.16,
     pathtype >=0.8 && <0.9,
     text >=1.2 && <1.3,
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -68,7 +68,7 @@
    when (curVersion < minVersion) $ Log.warn Verbosity.normal $
       printf
          ("plan.json is from Cabal-%s, " ++
-          "but only version %s and higher provide SHA256 hashes for Cabal files.")
+          "but only version %s and higher provide SHA256 hashes for Cabal files.\n")
          (Retrieve.formatVersion curVersion)
          (Retrieve.formatVersion minVersion)
 
