list test

This commit is contained in:
Lei Zhu
2023-07-23 23:51:03 +08:00
parent c92875882a
commit f400f43b8c
5 changed files with 41 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ import qualified Data.Text as T
data ListCriteria = ListInstalled Bool
| ListSet Bool
| ListAvailable Bool
deriving Show
deriving (Eq, Show)
-- | A list result describes a single tool version
-- and various of its properties.