upgrade test

This commit is contained in:
Lei Zhu
2023-07-24 22:26:33 +08:00
parent 36463ebf97
commit dfebfc9504
4 changed files with 42 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ import Data.Versions hiding (str)
data UpgradeOpts = UpgradeInplace
| UpgradeAt FilePath
| UpgradeGHCupDir
deriving Show
deriving (Eq, Show)