Skip to content

Commit

Permalink
editors/hs-leksah: Fix build with haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
pgj committed Apr 9, 2012
1 parent ad85045 commit 58d7d3c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion editors/hs-leksah/files/patch-leksah.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- ./leksah.cabal.orig 2012-03-11 17:13:37.000000000 +0100
+++ ./leksah.cabal 2012-04-09 12:41:08.000000000 +0200
+++ ./leksah.cabal 2012-04-09 13:42:08.000000000 +0200
@@ -123,7 +123,7 @@
hslogger >= 1.0.7 && <1.2, leksah-server >=0.12.0.3 && <0.13, network >= 2.2 && <3.0,
ghc >=6.10.1 && <7.5, strict >= 0.3.2 && <0.4, enumerator >=0.4.14 && <0.5, text >= 0.11.1.5 && < 0.12,
Expand Down
17 changes: 17 additions & 0 deletions editors/hs-leksah/files/patch-src__IDE__SymbolNavigation.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
--- ./src/IDE/SymbolNavigation.hs.orig 2012-03-11 17:13:37.000000000 +0100
+++ ./src/IDE/SymbolNavigation.hs 2012-04-09 13:43:07.000000000 +0200
@@ -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

0 comments on commit 58d7d3c

Please sign in to comment.