rewrite-inspector 0.1.0.5 → 0.1.0.6
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- rewrite-inspector.cabal +1/−1
- src/Pretty.hs +2/−2
rewrite-inspector.cabal view
@@ -1,5 +1,5 @@ name: rewrite-inspector-version: 0.1.0.5+version: 0.1.0.6 cabal-version: >=1.10 build-type: Simple license: BSD3
src/Pretty.hs view
@@ -158,8 +158,8 @@ -> Int -- ^ occurrences so far -> String -- ^ the whole string (haystack) -> String -- ^ the string to search for (needle)- -> ( Widget Name -- ^ resulting widget- , Int -- ^ updated number of occurrences+ -> ( Widget Name -- resulting widget+ , Int -- updated number of occurrences ) highlightSearch vn n0 s0 toS = case toS of