[kaya] reenter lost fix

Jochen Schmitt s4504kr at fedoraproject.org
Tue Aug 27 19:14:53 UTC 2013


commit 0d3b94719c9283c9d7a57db7ded114c75eea74d3
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue Aug 27 21:14:35 2013 +0200

    reenter lost fix

 kaya-0.5.2-ghc76.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kaya-0.5.2-ghc76.patch b/kaya-0.5.2-ghc76.patch
index f523057..4a1009c 100644
--- a/kaya-0.5.2-ghc76.patch
+++ b/kaya-0.5.2-ghc76.patch
@@ -17,7 +17,7 @@ diff -up kaya-0.5.2/compiler/Module.hs.ghc76 kaya-0.5.2/compiler/Module.hs
  	     f <- readFile (x++path)
  	     return (Just f))
 -         (\e -> findFile xs path)
-+         (\e :: SomeException -> findFile xs path)
++         (\ (e :: SomeException) -> findFile xs path)
  
  -- Get all the library directories, looking at the options and the
  -- KAYA_LIBRARY_PATH environment variable.


More information about the scm-commits mailing list