mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
c4f4f89486
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
29 lines
1 KiB
Diff
29 lines
1 KiB
Diff
--- darcs.cabal.orig 2012-05-14 14:10:13.000000000 +0300
|
|
+++ darcs.cabal 2012-05-19 13:30:01.180000016 +0300
|
|
@@ -371,7 +371,7 @@
|
|
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 @@
|
|
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 @@
|
|
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)
|