parseargs 0.1.3.4 → 0.1.3.5
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- System/Console/ParseArgs.hs +2/−2
- parseargs.cabal +1/−1
System/Console/ParseArgs.hs view
@@ -458,8 +458,8 @@ Nothing -> case acomplete of ArgsInterspersed ->- (['-' : abbrs] ++ aas,- (am, posn, rest ++ [['-', abbr]]))+ (aas,+ (am, posn, rest ++ ['-' : abbr : abbrs])) _ -> parseError usage ("unknown argument -" ++ [abbr]) aa -> case posn of
parseargs.cabal view
@@ -1,7 +1,7 @@ Name: parseargs Build-Type: Simple Description: Parse command-line arguments-Version: 0.1.3.4+Version: 0.1.3.5 Cabal-Version: >= 1.6 License: BSD3 License-File: COPYING