$OpenBSD: patch-darcs_cabal,v 1.3 2013/01/17 13:19:05 kili Exp $
--- darcs.cabal.orig	Mon May 14 13:10:13 2012
+++ darcs.cabal	Thu Jan 17 11:08:30 2013
@@ -371,7 +371,7 @@ Library
                      haskeline    >= 0.6.3 && < 0.7,
                      hashed-storage >= 0.5.6 && < 0.6,
                      vector       >= 0.7,
-                     tar          == 0.3.*
+                     tar          == 0.4.*
 
     if !os(windows)
       build-depends: unix >= 1.0 && < 2.6
@@ -532,7 +532,7 @@ Executable          darcs
                    haskeline    >= 0.6.3 && < 0.7,
                    hashed-storage >= 0.5.6 && < 0.6,
                    vector       >= 0.7,
-                   tar          == 0.3.*
+                   tar          == 0.4.*
 
   if !os(windows)
     build-depends: unix >= 1.0 && < 2.6
@@ -729,7 +729,7 @@ Executable          darcs-test
                    array      >= 0.1 && < 0.5,
                    hashed-storage >= 0.5.6 && < 0.6,
                    vector       >= 0.7,
-                   tar        == 0.3.*,
+                   tar        == 0.4.*,
                    random     == 1.0.*
 
     if flag(mmap) && !os(windows)
