prompt: fixed history file handling

This commit is contained in:
2017-05-20 10:56:19 -04:00
parent e828a5b2cd
commit b31965fe8a
3 changed files with 14 additions and 16 deletions

View File

@@ -14,6 +14,6 @@ cabal-version: >=1.10
executable bc
main-is: Main.hs
hs-source-dirs: src/
build-depends: base >=4.9 && <4.10, directory, hashmap, numbers, parsec, unix
build-depends: base >=4.9 && <4.10, directory, hashmap, numbers, parsec, strict, unix
hs-source-dirs: src
default-language: Haskell2010