]> git.pld-linux.org Git - packages/darcs.git/blob - darcs-relax-regex-libs-deps.patch
- unconditional noarch subpackages
[packages/darcs.git] / darcs-relax-regex-libs-deps.patch
1 diff -rN -u old-darcs-2.5.2/darcs.cabal new-darcs-2.5.2/darcs.cabal
2 --- old-darcs-2.5.2/darcs.cabal 2011-06-03 20:24:32.079482374 +0200
3 +++ new-darcs-2.5.2/darcs.cabal 2011-06-03 20:24:32.080482374 +0200
4 @@ -166,11 +166,11 @@
5        cpp-options:    -DWIN32
6        c-sources:      src/win32/send_email.c
7        build-depends:  unix-compat >= 0.1.2,
8 -                      regex-posix >= 0.94.4 && < 0.95
9 +                      regex-posix >= 0.94.4 && < 0.96
10  
11      build-depends:   base          < 5,
12                       extensible-exceptions >= 0.1 && < 0.2,
13 -                     regex-compat >= 0.71 && < 0.94,
14 +                     regex-compat >= 0.71 && < 0.96,
15                       mtl          >= 1.0 && < 2.1,
16                       parsec       >= 2.0 && < 3.2,
17                       html         == 1.0.*,
18 @@ -368,14 +368,14 @@
19        cpp-options:    -DWIN32
20        c-sources:      src/win32/send_email.c
21        build-depends:  unix-compat >= 0.1.2,
22 -                      regex-posix >= 0.94.4 && < 0.95
23 +                      regex-posix >= 0.94.4 && < 0.96
24  
25      if os(solaris)
26        cc-options:     -DHAVE_SIGINFO_H
27  
28      build-depends:   base          < 5,
29                       extensible-exceptions >= 0.1 && < 0.2,
30 -                     regex-compat >= 0.71 && < 0.94,
31 +                     regex-compat >= 0.71 && < 0.96,
32                       mtl          >= 1.0 && < 2.1,
33                       parsec       >= 2.0 && < 3.2,
34                       html         == 1.0.*,
35 @@ -516,14 +516,14 @@
36      cpp-options:    -DWIN32
37      c-sources:      src/win32/send_email.c
38      build-depends:  unix-compat >= 0.1.2,
39 -                    regex-posix >= 0.94.4 && < 0.95
40 +                    regex-posix >= 0.94.4 && < 0.96
41  
42    if os(solaris)
43      cc-options:     -DHAVE_SIGINFO_H
44  
45    build-depends:   base          < 5,
46                     extensible-exceptions >= 0.1 && < 0.2,
47 -                   regex-compat >= 0.71 && < 0.94,
48 +                   regex-compat >= 0.71 && < 0.96,
49                     mtl          >= 1.0 && < 2.1,
50                     parsec       >= 2.0 && < 3.2,
51                     html         == 1.0.*,
52 @@ -619,7 +619,7 @@
53  
54      build-depends:   base          < 5,
55                       extensible-exceptions >= 0.1 && < 0.2,
56 -                     regex-compat >= 0.71 && < 0.94,
57 +                     regex-compat >= 0.71 && < 0.96,
58                       mtl          >= 1.0 && < 2.1,
59                       parsec       >= 2.0 && < 3.2,
60                       html         == 1.0.*,
61 @@ -672,7 +672,7 @@
62        cpp-options:    -DWIN32
63        c-sources:      src/win32/send_email.c
64        build-depends:  unix-compat >= 0.1.2,
65 -                      regex-posix >= 0.94.4 && < 0.95
66 +                      regex-posix >= 0.94.4 && < 0.96
67  
68      if os(solaris)
69        cc-options:     -DHAVE_SIGINFO_H
This page took 0.128654 seconds and 3 git commands to generate.