File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ managedOptionsParser = do
352352 context <- Right <$> optional jsonConfigParser
353353 project <- projectOptionsParser
354354 stateFile <- stateFileConfigParser
355- handlers <- optional (option buildHandlersOption (long " handlers" <> help " Internal: Handlers for tests" ))
355+ handlers <- optional (option buildHandlersOption (long " build- handlers" <> help " Internal: Handlers for tests" ))
356356 pure ManagedOptions {.. }
357357
358358bumpParser :: Parser BumpOptions
@@ -400,7 +400,7 @@ maintParser :: Parser ReleaseMaintOptions
400400maintParser = do
401401 context <- Right <$> optional jsonConfigParser
402402 managed <- managedOptionsParser
403- handlers <- optional (option maintHandlersOption (long " handlers" <> help " Internal: Handlers for tests" ))
403+ handlers <- optional (option maintHandlersOption (long " maint- handlers" <> help " Internal: Handlers for tests" ))
404404 config <- maintConfigParser
405405 pure ReleaseMaintOptions {.. }
406406
Original file line number Diff line number Diff line change 11let
2- args = "--root $PWD --handlers test --hackage hackage.haskell.org:indexState:2024-01-01T00:00:00Z aeson extra path" ;
2+ args = "--root $PWD --build- handlers test --hackage hackage.haskell.org:indexState:2024-01-01T00:00:00Z aeson extra path" ;
33in {
44 git = true ;
55
Original file line number Diff line number Diff line change 2727 output_match 'Release local2 1.2.0'
2828 step_run release local2 -v 1.2.0
2929
30- step_run maint --quiet --commit --revision --hackage local:location:$_hackage_url --handlers=test-maint
30+ step_run maint --quiet --commit --revision --hackage local:location:$_hackage_url --maint-handlers=test-maint --build- handlers=test-maint
3131
3232 output_match 'microlens >=0\.4 && <0\.6'
3333 step xh get --follow --auth test:test $_hackage_url/package/local1-1.1.0/revision/1.cabal
Original file line number Diff line number Diff line change 11let
2- args = "--root $PWD --handlers test --hackage hackage.haskell.org:indexState:2024-01-01T00:00:00Z" ;
2+ args = "--root $PWD --build- handlers test --hackage hackage.haskell.org:indexState:2024-01-01T00:00:00Z" ;
33in {
44 source = ''
55 mk_pkg()
You can’t perform that action at this time.
0 commit comments