diff --git a/Export.hs b/Export.hs
--- a/Export.hs
+++ b/Export.hs
@@ -89,10 +89,11 @@
       dump n (p:>:ps) = do
         apply [] p
         if realTag p && n > 0
-           then dumpTag p n
+           then do dumpTag p n
+                   dump n ps
            else do dumpPatch p n
                    dumpfiles $ map floatPath $ listTouchedFiles p
-        dump (n + 1) ps
+                   dump (n + 1) ps
   putStrLn "reset refs/heads/master"
   hashedTreeIO (dump 1 patches) emptyTree "_darcs/pristine.hashed"
   return ()
diff --git a/darcs-fastconvert.cabal b/darcs-fastconvert.cabal
--- a/darcs-fastconvert.cabal
+++ b/darcs-fastconvert.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.1
+Version:0.1.1
 
 -- A short (one-line) description of the package.
 Synopsis:            Import/export git fast-import streams to/from darcs.
