File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2309,18 +2309,18 @@ initCommand = CommandUI {
2309
2309
(reqArg' " FILE" (Just . (: [] ))
2310
2310
(fromMaybe [] ))
2311
2311
2312
- , option [] [" is-library" ]
2312
+ , option [] [" lib " , " is-library" ]
2313
2313
" Build a library."
2314
2314
IT. packageType (\ v flags -> flags { IT. packageType = v })
2315
2315
(noArg (Flag IT. Library ))
2316
2316
2317
- , option [] [" is-executable" ]
2317
+ , option [] [" exe " , " is-executable" ]
2318
2318
" Build an executable."
2319
2319
IT. packageType
2320
2320
(\ v flags -> flags { IT. packageType = v })
2321
2321
(noArg (Flag IT. Executable ))
2322
2322
2323
- , option [] [" is-libandexe" ]
2323
+ , option [] [" libandexe " , " is-libandexe" ]
2324
2324
" Build a library and an executable."
2325
2325
IT. packageType
2326
2326
(\ v flags -> flags { IT. packageType = v })
Original file line number Diff line number Diff line change 9
9
* Add '--minimize-conflict-set' flag to try to improve the solver's
10
10
error message, but with an increase in run time. (#5647)
11
11
* v2-test now succeeds when there are no test suites. (#5435)
12
+ * Add '--lib', '--exe', and '--libandexe' shorthands to init. (#5759)
12
13
13
14
2.4.1.0 Mikhail Glushenkov <
[email protected] > November 2018
14
15
* Add message to alert user to potential package casing errors. (#5635)
You can’t perform that action at this time.
0 commit comments