xdg-basedir-compliant-1.2.0: 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 => XDGEnv [Path Abs Dir] -> (a -> b) -> FilePath -> XDGReader a b Source #