compile test

This commit is contained in:
Lei Zhu
2023-07-24 23:04:18 +08:00
parent dfebfc9504
commit 6f07b6a343
7 changed files with 79 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ import qualified Text.Megaparsec as MP
data GHCVer = SourceDist Version
| GitDist GitBranch
| RemoteDist URI
deriving (Eq, Show)

View File

@@ -75,6 +75,7 @@ data HLSVer = SourceDist Version
| GitDist GitBranch
| HackageDist Version
| RemoteDist URI
deriving (Eq, Show)