diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-03-05 17:11:25 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-05 17:11:25 -0300 |
commit | 9e77fcce5df3f4ad0bd88f83d0c73cbbf4ec9907 (patch) | |
tree | 0a437a81985a44cc94bc8ef616a4a27f1ce528cb /development/darcs/darcs_cabal_parsec.patch | |
parent | 549378e50fd40e8d9002d360385f981b9d76870d (diff) | |
download | slackbuilds-9e77fcce5df3f4ad0bd88f83d0c73cbbf4ec9907.tar.gz |
development/darcs: Added (revision control system in Haskell)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/darcs/darcs_cabal_parsec.patch')
-rw-r--r-- | development/darcs/darcs_cabal_parsec.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/development/darcs/darcs_cabal_parsec.patch b/development/darcs/darcs_cabal_parsec.patch new file mode 100644 index 0000000000..bd0718c067 --- /dev/null +++ b/development/darcs/darcs_cabal_parsec.patch @@ -0,0 +1,38 @@ +--- darcs.cabal.orig 2011-02-11 23:36:22.000000000 +0200 ++++ darcs.cabal 2011-02-11 23:37:16.000000000 +0200 +@@ -172,7 +172,7 @@ + extensible-exceptions >= 0.1 && < 0.2, + regex-compat >= 0.71 && < 0.94, + mtl >= 1.0 && < 2.1, +- parsec >= 2.0 && < 3.1, ++ parsec >= 2.0 && < 3.2, + html == 1.0.*, + filepath >= 1.1.0.0 && < 1.3.0.0, + haskeline >= 0.6.2.2 && < 0.7, +@@ -377,7 +377,7 @@ + extensible-exceptions >= 0.1 && < 0.2, + regex-compat >= 0.71 && < 0.94, + mtl >= 1.0 && < 2.1, +- parsec >= 2.0 && < 3.1, ++ parsec >= 2.0 && < 3.2, + html == 1.0.*, + filepath >= 1.1.0.0 && < 1.3.0.0, + haskeline >= 0.6.2.2 && < 0.7, +@@ -525,7 +525,7 @@ + extensible-exceptions >= 0.1 && < 0.2, + regex-compat >= 0.71 && < 0.94, + mtl >= 1.0 && < 2.1, +- parsec >= 2.0 && < 3.1, ++ parsec >= 2.0 && < 3.2, + html == 1.0.*, + filepath >= 1.1.0.0 && < 1.3.0.0, + haskeline >= 0.6.2.2 && < 0.7, +@@ -621,7 +621,7 @@ + extensible-exceptions >= 0.1 && < 0.2, + regex-compat >= 0.71 && < 0.94, + mtl >= 1.0 && < 2.1, +- parsec >= 2.0 && < 3.1, ++ parsec >= 2.0 && < 3.2, + html == 1.0.*, + filepath >= 1.1.0.0 && < 1.3.0.0, + QuickCheck >= 2.1.0.0, |