Speed up unset command
This commit is contained in:
parent
d2b4eccac2
commit
5a39ead523
@ -1793,6 +1793,7 @@ Report bugs at <https://gitlab.haskell.org/haskell/ghcup-hs/issues>|]
|
|||||||
DInfo -> pure ()
|
DInfo -> pure ()
|
||||||
ToolRequirements -> pure ()
|
ToolRequirements -> pure ()
|
||||||
ChangeLog _ -> pure ()
|
ChangeLog _ -> pure ()
|
||||||
|
UnSet _ -> pure ()
|
||||||
#if defined(BRICK)
|
#if defined(BRICK)
|
||||||
Interactive -> pure ()
|
Interactive -> pure ()
|
||||||
#endif
|
#endif
|
||||||
@ -1879,7 +1880,7 @@ Report bugs at <https://gitlab.haskell.org/haskell/ghcup-hs/issues>|]
|
|||||||
]
|
]
|
||||||
|
|
||||||
runUnsetGHC =
|
runUnsetGHC =
|
||||||
runAppState
|
runLeanAppState
|
||||||
. runE
|
. runE
|
||||||
@'[ NotInstalled ]
|
@'[ NotInstalled ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user