12 lines
137 B
Haskell
12 lines
137 B
Haskell
module BC.Config where
|
|
|
|
versionStr = "0.1.0.0"
|
|
|
|
promptStr = "> "
|
|
|
|
returnStr = "=> "
|
|
|
|
historyFile = ".bc_history"
|
|
|
|
historyLen = 1000::Int
|