Safe Haskell | None |
---|---|
Language | Haskell2010 |
Check.Types
Documentation
type HashDigest = MD5Digest Source
data Diagnostics Source
Constructors
Nonexistent | |
IsFile | |
IsDirectory | |
IsLinkTo FilePath | |
IsWeird |
Instances
data CleanupInstruction Source
Instances
data DeploymentCheckResult Source
Constructors
DeploymentDone | Done already |
ReadyToDeploy Instruction | Immediately possible |
DirtySituation String Instruction CleanupInstruction | Possible after cleanup of destination |
ImpossibleDeployment [String] | Entirely impossible |
data CheckResult Source
Constructors
AlreadyDone | Done already |
Ready Instruction | Immediately possible |
Dirty String Instruction CleanupInstruction | Possible after cleanup |
Impossible String | Entirely impossible |
Instances