diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-06-21 12:41:19 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:59:29 -0300 |
commit | 8299166290545dd84a64d16607b1df3ade3342cc (patch) | |
tree | f2cd2ef5713c4525c285adfc1a51217f79596686 /development/darcs/darcs_cabal_regex.patch | |
parent | 22615f38207baed246b2b02ca8c8bbe728e00677 (diff) | |
download | slackbuilds-8299166290545dd84a64d16607b1df3ade3342cc.tar.gz |
development/darcs: Updated for version 2.5.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/darcs/darcs_cabal_regex.patch')
-rw-r--r-- | development/darcs/darcs_cabal_regex.patch | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/development/darcs/darcs_cabal_regex.patch b/development/darcs/darcs_cabal_regex.patch new file mode 100644 index 0000000000..305ffc4f69 --- /dev/null +++ b/development/darcs/darcs_cabal_regex.patch @@ -0,0 +1,68 @@ +--- darcs.cabal.orig 2011-05-31 11:46:05.441999585 +0300 ++++ darcs.cabal 2011-05-31 11:47:59.589999593 +0300 +@@ -170,11 +170,11 @@ + cpp-options: -DWIN32 + c-sources: src/win32/send_email.c + build-depends: unix-compat >= 0.1.2, +- regex-posix >= 0.94.4 && < 0.95 ++ regex-posix >= 0.94.4 && <= 0.95.1 + + build-depends: base < 5, + extensible-exceptions >= 0.1 && < 0.2, +- regex-compat >= 0.71 && < 0.94, ++ regex-compat >= 0.71 && <= 0.95.1, + mtl >= 1.0 && < 2.1, + parsec >= 2.0 && < 3.2, + html == 1.0.*, +@@ -372,14 +372,14 @@ + cpp-options: -DWIN32 + c-sources: src/win32/send_email.c + build-depends: unix-compat >= 0.1.2, +- regex-posix >= 0.94.4 && < 0.95 ++ regex-posix >= 0.94.4 && <= 0.95.1 + + if os(solaris) + cc-options: -DHAVE_SIGINFO_H + + build-depends: base < 5, + extensible-exceptions >= 0.1 && < 0.2, +- regex-compat >= 0.71 && < 0.94, ++ regex-compat >= 0.71 && <= 0.95.1, + mtl >= 1.0 && < 2.1, + parsec >= 2.0 && < 3.2, + html == 1.0.*, +@@ -522,14 +522,14 @@ + cpp-options: -DWIN32 + c-sources: src/win32/send_email.c + build-depends: unix-compat >= 0.1.2, +- regex-posix >= 0.94.4 && < 0.95 ++ regex-posix >= 0.94.4 && <= 0.95.1 + + if os(solaris) + cc-options: -DHAVE_SIGINFO_H + + build-depends: base < 5, + extensible-exceptions >= 0.1 && < 0.2, +- regex-compat >= 0.71 && < 0.94, ++ regex-compat >= 0.71 && <= 0.95.1, + mtl >= 1.0 && < 2.1, + parsec >= 2.0 && < 3.2, + html == 1.0.*, +@@ -625,7 +625,7 @@ + + build-depends: base < 5, + extensible-exceptions >= 0.1 && < 0.2, +- regex-compat >= 0.71 && < 0.94, ++ regex-compat >= 0.71 && <= 0.95.1, + mtl >= 1.0 && < 2.1, + parsec >= 2.0 && < 3.2, + html == 1.0.*, +@@ -678,7 +678,7 @@ + cpp-options: -DWIN32 + c-sources: src/win32/send_email.c + build-depends: unix-compat >= 0.1.2, +- regex-posix >= 0.94.4 && < 0.95 ++ regex-posix >= 0.94.4 && <= 0.95.1 + + if os(solaris) + cc-options: -DHAVE_SIGINFO_H |