proteome-0.9.9.9: lib/Proteome/Data/FileScanItem.hs
module Proteome.Data.FileScanItem where
import Path (Abs, Dir, File, Path)
data FileScanItem =
FileScanItem {
_base :: Path Abs Dir,
_baseIndicator :: Maybe Text,
_path :: Path Abs File
}
deriving stock (Eq, Show)