]> git.pld-linux.org Git - packages/darcs.git/commitdiff
- allow hashed-storage 0.5 and mmap 0.5
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 27 Aug 2010 21:19:25 +0000 (21:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    darcs-issue1753.patch -> 1.2

darcs-issue1753.patch

index dc9ce6c9b79f1fcfff640d6b486b4576a4191d55..59f591a2d1aa0d481e482a05bca5dee508222316 100644 (file)
@@ -1,20 +1,38 @@
 --- darcs-2.4/darcs.cabal~     2010-02-26 19:10:08.000000000 +0100
 +++ darcs-2.4/darcs.cabal      2010-04-10 19:16:10.490059605 +0200
+@@ -328,7 +328,7 @@
+                    html         == 1.0.*,
+                    filepath     == 1.1.*,
+                    haskeline    >= 0.6.1 && < 0.7,
+-                   hashed-storage == 0.4.13
++                   hashed-storage >= 0.4.13
+   if !os(windows)
+     build-depends: unix >= 1.0 && < 2.5
 @@ -369,7 +369,7 @@
        buildable: False
  
    if flag(mmap) && !os(windows)
--    build-depends:    mmap >= 0.2
-+    build-depends:    mmap >= 0.2 && < 0.5
+-    build-depends:    mmap >= 0.2 && < 0.5
++    build-depends:    mmap >= 0.2 && < 0.6
      cpp-options:      -DHAVE_MMAP
  
    build-depends:    zlib >= 0.5.1.0 && < 0.6.0.0
+@@ -459,7 +459,7 @@
+                    html         == 1.0.*,
+                    filepath     == 1.1.*,
+                    haskeline    >= 0.6.1 && < 0.7,
+-                   hashed-storage == 0.4.13
++                   hashed-storage >= 0.4.13
+   if !os(windows)
+     build-depends: unix >= 1.0 && < 2.5
 @@ -491,7 +491,7 @@
        buildable: False
  
    if flag(mmap) && !os(windows)
--    build-depends:    mmap >= 0.2
-+    build-depends:    mmap >= 0.2 && < 0.5
+-    build-depends:    mmap >= 0.2 && < 0.5
++    build-depends:    mmap >= 0.2 && < 0.6
      cpp-options:      -DHAVE_MMAP
  
    build-depends:    zlib >= 0.5.1.0 && < 0.6.0.0
@@ -22,8 +40,8 @@
                     random     == 1.0.*
  
    if flag(mmap) && !os(windows)
--    build-depends:    mmap >= 0.2
-+    build-depends:    mmap >= 0.2 && < 0.5
+-    build-depends:    mmap >= 0.2 && < 0.5
++    build-depends:    mmap >= 0.2 && < 0.6
      cpp-options:      -DHAVE_MMAP
  
    build-depends:    zlib >= 0.5.1.0 && < 0.6.0.0
This page took 0.084459 seconds and 4 git commands to generate.