Files
bc/src/BC/Config.hs

14 lines
174 B
Haskell

module BC.Config where
versionStr = "0.1.0.0"
promptStr = "> "
returnStr = "=> "
reversePromptStr = "bck-i-search: "
historyFile = ".bc_history"
historyLen = 1000::Int