2014-11-11 16:58:53 +00:00
|
|
|
module Propellor.PrivData.Paths where
|
|
|
|
|
|
|
|
import System.FilePath
|
|
|
|
|
|
|
|
privDataDir :: FilePath
|
2014-11-15 17:44:37 +00:00
|
|
|
privDataDir = "privdata.joey"
|
2014-11-11 16:58:53 +00:00
|
|
|
|
|
|
|
privDataFile :: FilePath
|
|
|
|
privDataFile = privDataDir </> "privdata.gpg"
|
|
|
|
|
|
|
|
privDataLocal :: FilePath
|
|
|
|
privDataLocal = privDataDir </> "local"
|