24 lines
674 B
Text
24 lines
674 B
Text
{-|
|
|
An `Entry` without content. That in turn implies that the type of the entry
|
|
(i.e. whether it is a file or a directory) is not (yet) fixed as well.
|
|
-}
|
|
let User =
|
|
missing
|
|
sha256:8b25916612d2c9b17130d16b55c6bdb085dd118e692f72bf351a83b1d0ac8833
|
|
? ../User/Type.dhall
|
|
|
|
let Group =
|
|
missing
|
|
sha256:83e6e8846153d94abf6f879808c94f5cdba3f486cc9e392eb6124b1dc67368cf
|
|
? ../Group/Type.dhall
|
|
|
|
let Mode =
|
|
missing
|
|
sha256:f05819ec2145e7dabf4aa167338bee6d326aabd81355dcf0b078e358bd34ec60
|
|
? ../Mode/Type.dhall
|
|
|
|
in { name : Text
|
|
, user : Optional User
|
|
, group : Optional Group
|
|
, mode : Optional Mode
|
|
}
|