Files
bc/src/BC/Config.hs

12 lines
137 B
Haskell

module BC.Config where
versionStr = "0.1.0.0"
promptStr = "> "
returnStr = "=> "
historyFile = ".bc_history"
historyLen = 1000::Int