xdg-basedir-compliant-1.0.2: XDG Basedir
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.XDG.Internal

Documentation

readData :: Monoid b => (a -> b) -> FilePath -> XDGReader a b Source #

readConfig :: Monoid b => (a -> b) -> FilePath -> XDGReader a b Source #

appendEnvFiles :: Monoid b => (Env -@> [FilePath]) -> (a -> b) -> FilePath -> '[Env, Error XDGError, ReadFile a] >@> b Source #