This commit is contained in:
Lei Zhu
2023-07-23 16:30:25 +08:00
parent cf1e8659b0
commit c92875882a
4 changed files with 85 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ data RmCommand = RmGHC RmOptions
| RmCabal Version
| RmHLS Version
| RmStack Version
deriving (Eq, Show)
@@ -61,7 +62,7 @@ data RmCommand = RmGHC RmOptions
data RmOptions = RmOptions
{ ghcVer :: GHCTargetVersion
}
} deriving (Eq, Show)