bhoogle 0.1.2.6 → 0.1.2.7
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- app/Main.hs +1/−1
- bhoogle.cabal +1/−1
app/Main.hs view
@@ -315,7 +315,7 @@ -- | Reformat the text so that it can be wrapped nicely reflow :: Text -> Text-reflow = Txt.replace "\0" "\n\n" . Txt.replace "\n" "" . Txt.replace "\n\n" "\0" +reflow = Txt.replace "\n" " " . Txt.replace "\n\n" "\n" . Txt.replace "\0" "\n" theMap :: BA.AttrMap
bhoogle.cabal view
@@ -1,5 +1,5 @@ name: bhoogle-version: 0.1.2.6+version: 0.1.2.7 synopsis: Simple terminal GUI for local hoogle. description: bhoogle is a terminal GUI layer over local hoogle. It provides search ahead and sub-string filtering in addition to the usual type-search. homepage: https://github.com/andrevdm/bhoogle#readme