diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-02-24 11:13:05 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-02-24 11:13:05 +0000 |
commit | 5e713695a565f16facd86c47220b8a38e849a7ae (patch) | |
tree | 6504dedfbeffa90173c353548ebd14e12524408c /dev-lang/ghc/files | |
parent | Marked ~ppc (diff) | |
download | gentoo-2-5e713695a565f16facd86c47220b8a38e849a7ae.tar.gz gentoo-2-5e713695a565f16facd86c47220b8a38e849a7ae.tar.bz2 gentoo-2-5e713695a565f16facd86c47220b8a38e849a7ae.zip |
Remove old unused patch.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-lang/ghc/files')
-rw-r--r-- | dev-lang/ghc/files/ghc-6.0.1.haddock.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lang/ghc/files/ghc-6.0.1.haddock.patch b/dev-lang/ghc/files/ghc-6.0.1.haddock.patch deleted file mode 100644 index 8473ac313446..000000000000 --- a/dev-lang/ghc/files/ghc-6.0.1.haddock.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Naur ghc-6.0.1.orig/libraries/base/Control/Monad.hs ghc-6.0.1/libraries/base/Control/Monad.hs ---- ghc-6.0.1.orig/libraries/base/Control/Monad.hs 2003-12-16 13:35:44.000000000 +0100 -+++ ghc-6.0.1/libraries/base/Control/Monad.hs 2003-12-16 13:36:59.000000000 +0100 -@@ -173,7 +173,9 @@ - - - > foldM f a1 [x1, x2, ..., xm ] -+ - == -+ - > do - > a2 <- f a1 x1 - > a3 <- f a2 x2 |