[kaya] Add missing paranteces

Jochen Schmitt s4504kr at fedoraproject.org
Tue Aug 27 18:24:56 UTC 2013


commit 43a443aea60192df468ead9ae634a3ec0a365ebb
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue Aug 27 20:24:41 2013 +0200

    Add missing paranteces

 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 a096b43..677a795 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