[leksah/f17] Add patch to fix haddock issue

narasim narasim at fedoraproject.org
Wed Jul 4 02:38:45 UTC 2012


commit 23eade8472f0a4a0858da3cfec749562af35ea5b
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Wed Jul 4 08:08:23 2012 +0530

    Add patch to fix haddock issue
    
    	new file:   haddock.patch
    	modified:   leksah.spec

 haddock.patch |   17 +++++++++++++++++
 leksah.spec   |    2 ++
 2 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/haddock.patch b/haddock.patch
new file mode 100644
index 0000000..07d02c6
--- /dev/null
+++ b/haddock.patch
@@ -0,0 +1,17 @@
+--- leksah-0.12.1.3_old/src/IDE/SymbolNavigation.hs	2012-06-29 13:48:39.271280240 +0530
++++ leksah-0.12.1.3/src/IDE/SymbolNavigation.hs	2012-06-30 18:20:13.861185566 +0530
+@@ -50,10 +50,10 @@
+     deriving (Ord,Eq,Show)
+ 
+ createHyperLinkSupport  ::
+-        SourceView ->                     -- ^ source buffer view
+-        ScrolledWindow ->               -- ^ container window
+-        (Bool -> Bool -> TextIter -> IO (TextIter, TextIter)) ->     -- ^ identifiermapper (bools=control,shift)
+-        (Bool -> Bool -> String -> IO ()) ->                            -- ^ click handler
++        SourceView ->                     --  source buffer view
++        ScrolledWindow ->               --  container window
++        (Bool -> Bool -> TextIter -> IO (TextIter, TextIter)) ->     --  identifiermapper (bools=control,shift)
++        (Bool -> Bool -> String -> IO ()) ->                            --  click handler
+         IO [Connection]
+ createHyperLinkSupport sv sw identifierMapper clickHandler = do
+     let tv = castToTextView sv
diff --git a/leksah.spec b/leksah.spec
index 43b27cd..720e4d8 100644
--- a/leksah.spec
+++ b/leksah.spec
@@ -34,6 +34,7 @@ Requires: leksah-server
 
 # patches
 Patch1: leksah_dep.patch
+Patch2: haddock.patch
 
 %description
 %{common_description}
@@ -42,6 +43,7 @@ Patch1: leksah_dep.patch
 %prep
 %setup -q
 %patch1 -p1 -b .orig
+%patch2 -p1 -b .orig
 
 
 %build


More information about the scm-commits mailing list