synt 0.1.1 → 0.1.2
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Synt/CLI.hs +2/−2
- synt.cabal +1/−1
src/Synt/CLI.hs view
@@ -17,10 +17,10 @@ parser :: ParserSpec API parser = API `parsedBy` reqFlag "compare"- `Descr` "String to compare against."+ `Descr` "File path to compare against." `andBy` reqFlag "to"- `Descr` "String to compare to."+ `Descr` "File path to compare to." `andBy` boolFlag "string-compare" `Descr` "Consider -c and -t options to be string values, " ++
synt.cabal view
@@ -1,5 +1,5 @@ name: synt-version: 0.1.1+version: 0.1.2 synopsis: Similar code analysis. description: Calculate percentage of similarity between two pieces of code. homepage: http://github.com/brentlintner/synt