[kaya] Add Control.Exception to Modules.hs

Jochen Schmitt s4504kr at fedoraproject.org
Tue Aug 27 17:26:28 UTC 2013


commit 677cb950c377c7341622548c1633ba9d898bd7b4
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue Aug 27 19:26:14 2013 +0200

    Add Control.Exception to Modules.hs

 kaya-0.5.2-ghc76.patch |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/kaya-0.5.2-ghc76.patch b/kaya-0.5.2-ghc76.patch
index b1f14a3..158f6b5 100644
--- a/kaya-0.5.2-ghc76.patch
+++ b/kaya-0.5.2-ghc76.patch
@@ -1,9 +1,11 @@
 diff -up kaya-0.5.2/compiler/Module.hs.ghc76 kaya-0.5.2/compiler/Module.hs
---- kaya-0.5.2/compiler/Module.hs.ghc76	2013-08-27 18:41:59.301116309 +0200
-+++ kaya-0.5.2/compiler/Module.hs	2013-08-27 18:44:44.192888238 +0200
-@@ -15,7 +15,7 @@ module Module(importVersion, findFile, f
+--- kaya-0.5.2/compiler/Module.hs.ghc76	2013-08-27 19:21:23.940053299 +0200
++++ kaya-0.5.2/compiler/Module.hs	2013-08-27 19:24:10.460006363 +0200
+@@ -14,8 +14,9 @@ module Module(importVersion, findFile, f
+               getAllLibDirs, linkFiles, getObjs) where
  
  import Language
++import Control.Exception
  import Debug.Trace
 -import System.Directory
 +import System.Directory hiding (findFile)
@@ -12,7 +14,7 @@ diff -up kaya-0.5.2/compiler/Module.hs.ghc76 kaya-0.5.2/compiler/Module.hs
  import Options
 diff -up kaya-0.5.2/compiler/Portability64.hs.ghc76 kaya-0.5.2/compiler/Portability64.hs
 --- kaya-0.5.2/compiler/Portability64.hs.ghc76	2009-04-12 12:02:24.000000000 +0200
-+++ kaya-0.5.2/compiler/Portability64.hs	2013-08-27 18:40:37.891683927 +0200
++++ kaya-0.5.2/compiler/Portability64.hs	2013-08-27 19:21:23.973051109 +0200
 @@ -8,9 +8,7 @@ import qualified Data.Map as Map
  -- GHC 6.4 and above library incompatibilities.
  


More information about the scm-commits mailing list