You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dataFiles :: [RelativePath DataDir File]
-- ^ data file globs, relative to data directory
, dataDir :: SymbolicPath Pkg (Dir DataDir)
-- ^ data directory (may be absolute, or relative to package)
, extraSrcFiles :: [RelativePath Pkg File]
, extraTmpFiles :: [RelativePath Pkg File]
, extraDocFiles :: [RelativePath Pkg File]
, extraFiles :: [RelativePath Pkg File]
However, these paths need to be interpreted via the glob engine before they are turned into FilePaths. It would be good to distinguish this in the types, since filepaths which contain globs are not valid paths (on windows).
The text was updated successfully, but these errors were encountered:
If you see the
PackageDescription
type then:However, these paths need to be interpreted via the glob engine before they are turned into FilePaths. It would be good to distinguish this in the types, since filepaths which contain globs are not valid paths (on windows).
The text was updated successfully, but these errors were encountered: