Safe Haskell | None |
---|---|
Language | Haskell2010 |
Security.Advisories.Sync
Documentation
Constructors
Snapshot | |
Fields |
newtype SnapshotUrl Source #
Constructors
SnapshotUrl | |
Fields |
data SyncStatus Source #
Constructors
Created | |
Updated | |
AlreadyUpToDate |
Instances
Show SyncStatus Source # | |
Defined in Security.Advisories.Sync Methods showsPrec :: Int -> SyncStatus -> ShowS # show :: SyncStatus -> String # showList :: [SyncStatus] -> ShowS # | |
Eq SyncStatus Source # | |
Defined in Security.Advisories.Sync |
data RepositoryStatus Source #
Constructors
DirectoryMissing | |
DirectoryIncoherent | Used when expected files/directories are missing or not readable |
DirectoryUpToDate | |
DirectoryOutDated |
Instances
Show RepositoryStatus Source # | |
Defined in Security.Advisories.Sync Methods showsPrec :: Int -> RepositoryStatus -> ShowS # show :: RepositoryStatus -> String # showList :: [RepositoryStatus] -> ShowS # | |
Eq RepositoryStatus Source # | |
Defined in Security.Advisories.Sync Methods (==) :: RepositoryStatus -> RepositoryStatus -> Bool # (/=) :: RepositoryStatus -> RepositoryStatus -> Bool # |