adds timestamps

This commit is contained in:
Keagan McClelland
2021-01-13 17:45:50 -07:00
committed by Aiden McClelland
parent ce8280b0ba
commit 27f05a4588
4 changed files with 5 additions and 0 deletions

View File

@@ -740,6 +740,7 @@ storeAppToAvailablePreview s@StoreApp {..} installed = AppAvailablePreview
(storeAppVersionInfoVersion $ extract storeAppVersions)
storeAppDescriptionShort
installed
storeAppTimestamp
type AsInstalled :: Bool -> Type
newtype AsInstalled a = AsInstalled { unAsInstalled :: SBool a }