diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-12-25 11:17:51 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-12-25 11:17:51 +0530 |
| commit | 3c1f75e8cf8d88287e6b501fda61aec9effa97ee (patch) | |
| tree | 0f7b2245d42b24630b3d8a8990e2a36ece3a519a /lib/Daffm/Types.hs | |
| parent | 0c3b673e1614677a20f0b0b22af8bd017228b5e0 (diff) | |
| download | daffm-3c1f75e8cf8d88287e6b501fda61aec9effa97ee.tar.gz daffm-3c1f75e8cf8d88287e6b501fda61aec9effa97ee.zip | |
Add owner:group info in out
Diffstat (limited to 'lib/Daffm/Types.hs')
| -rw-r--r-- | lib/Daffm/Types.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs index 0b22816..a1095d4 100644 --- a/lib/Daffm/Types.hs +++ b/lib/Daffm/Types.hs @@ -30,6 +30,8 @@ data FileInfo = FileInfo fileSize :: FileOffset, fileMode :: FileMode, fileType :: FileType, + fileUser :: Text.Text, + fileGroup :: Text.Text, fileLinkType :: Maybe FileType, fileLinkTarget :: Maybe FilePathText } |
