|
97 | 97 | fires when a command or subcommand is begun, and suppresses the "Missing:"
|
98 | 98 | error text.
|
99 | 99 |
|
100 |
| -- Fix ghc 8.0 warnings |
| 100 | +- Fix ghc 8.0 warnings. |
101 | 101 |
|
102 |
| -- Fix ghc 7.10 warnings |
| 102 | +- Fix ghc 7.10 warnings. |
103 | 103 |
|
104 |
| -- Bump dependency bounds |
| 104 | +- Bump dependency bounds. |
105 | 105 |
|
106 |
| -- Add maybeReader function for convenient ReadM creation |
| 106 | +- Add maybeReader function for convenient ReadM creation. |
107 | 107 |
|
108 |
| -- Move eitherReader to Readers section (for better discoverability) |
| 108 | +- Move eitherReader to Readers section (for better discoverability). |
109 | 109 |
|
110 |
| -- Fix hsubparser metavar override |
| 110 | +- Fix hsubparser metavar override. |
111 | 111 |
|
112 | 112 | - Remove ComplError, which was dead code.
|
113 | 113 |
|
|
123 | 123 |
|
124 | 124 | - Updated dependency bounds.
|
125 | 125 |
|
126 |
| -- Improve subparser contexts to improve usage error texts |
| 126 | +- Improve subparser contexts to improve usage error texts. |
127 | 127 |
|
128 |
| -- Doc |
| 128 | +- Docs. |
129 | 129 |
|
130 | 130 | - Fixed bugs
|
131 | 131 | * \# 164 - Invalid options and invalid arguments after parser has succeeded
|
|
145 | 145 |
|
146 | 146 | - Add `Show` and `Eq` instances to some types for easier debugging.
|
147 | 147 |
|
148 |
| -- Add defaultPrefs, a default preferences value |
| 148 | +- Add defaultPrefs, a default preferences value. |
149 | 149 |
|
150 | 150 | - Docs.
|
151 | 151 |
|
|
243 | 243 |
|
244 | 244 | ## Version 0.7.0.1 (18 Oct 2013)
|
245 | 245 |
|
246 |
| -- Minor docs fixes |
| 246 | +- Minor docs fixes. |
247 | 247 |
|
248 | 248 | ## Version 0.7.0 (17 Oct 2013)
|
249 | 249 |
|
|
271 | 271 | * \#44 - Can the build input restriction process == 1.1.* be relaxed?
|
272 | 272 | * \#28 - Help for subcommands
|
273 | 273 |
|
274 |
| -## Version 0.5.2.1 (24 Dic 2012) |
| 274 | +## Version 0.5.2.1 (24 Dec 2012) |
275 | 275 |
|
276 | 276 | - Minor docs fixes.
|
277 | 277 |
|
278 |
| -## Version 0.5.2 (23 Dic 2012) |
| 278 | +## Version 0.5.2 (23 Dec 2012) |
279 | 279 |
|
280 | 280 | - Fixed compatibility with GHC 7.2.
|
281 | 281 |
|
282 |
| -## Version 0.5.1 (23 Dic 2012) |
| 282 | +## Version 0.5.1 (23 Dec 2012) |
283 | 283 |
|
284 | 284 | - There is a new parser preference `noBacktrack`, that controls whether how a
|
285 | 285 | failure in a subparser is propagated. By default, an unknown option in a
|
|
295 | 295 | * \#29 - Document Mod
|
296 | 296 | * \#26 - Improve docs for the `Arrow` interface
|
297 | 297 |
|
298 |
| -## Version 0.5.0 (22 Dic 2012) |
| 298 | +## Version 0.5.0 (22 Dec 2012) |
299 | 299 |
|
300 | 300 | - Fewer GHC extensions required.
|
301 | 301 |
|
|
311 | 311 | - Fixed bugs
|
312 | 312 | * \#37 - Use (\<\>) instead of (&) in documentation
|
313 | 313 |
|
314 |
| -## Version 0.4.3 (09 Dic 2012) |
| 314 | +## Version 0.4.3 (09 Dec 2012) |
315 | 315 |
|
316 | 316 | - Updated dependency bounds.
|
317 | 317 |
|
@@ -402,20 +402,20 @@ description like `[METAVAR]...`.
|
402 | 402 |
|
403 | 403 | ## Version 0.1.1 (21 Jul 2012)
|
404 | 404 |
|
405 |
| -- New arrow interface |
| 405 | +- New arrow interface. |
406 | 406 |
|
407 | 407 | - Fixed bugs
|
408 |
| - * \#7 - "arguments" reads positional arguments in reverse |
| 408 | + * \#7 - "arguments" reads positional arguments in reverse |
409 | 409 |
|
410 | 410 | ## Version 0.1.0 (07 Jul 2012)
|
411 | 411 |
|
412 |
| -- Improved error reporting internals |
| 412 | +- Improved error reporting internals. |
413 | 413 |
|
414 |
| -- Removed template-haskell dependency |
| 414 | +- Removed template-haskell dependency. |
415 | 415 |
|
416 | 416 | - Fixed bugs:
|
417 |
| - * \#3 - No help for subparsers |
418 |
| - * \#4 - Extra empty lines around command list |
| 417 | + * \#3 - No help for subparsers |
| 418 | + * \#4 - Extra empty lines around command list |
419 | 419 |
|
420 | 420 | ## Version 0.0.1 (09 Jun 2012)
|
421 | 421 |
|
|
0 commit comments