--- Some global configurations for the Spicey application. module Config.Spicey where --- Location of the directory containing private run-time data --- such as session and authentication information. spiceyDataDir :: String spiceyDataDir = "data"