dhscanner-kbgen 1.0.32 → 1.0.33
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- dhscanner-kbgen.cabal +1/−1
- src/Kbgen.hs +2/−0
dhscanner-kbgen.cabal view
@@ -33,7 +33,7 @@ * explain in plain English your query's purpose * et voilà ! -version: 1.0.32 +version: 1.0.33 license: GPL-3.0-only license-file: LICENSE author: OrenGitHub
src/Kbgen.hs view
@@ -1026,6 +1026,8 @@ normalizeChar '-' = "_dash_" normalizeChar '[' = "_lbrack_" normalizeChar ']' = "_rbrack_" +normalizeChar '(' = "_lparen_" +normalizeChar ')' = "_rparen_" normalizeChar c = [c] normalize :: FilePath -> FilePath