simple repl

This commit is contained in:
2017-04-28 11:54:10 +02:00
parent 639a513ad4
commit a36bab384d
4 changed files with 34 additions and 12 deletions

View File

@@ -6,7 +6,6 @@ license: MIT
license-file: LICENSE
author: Veit Heller
maintainer: veit@veitheller.de
copyright:
category: Language
build-type: Simple
extra-source-files: ChangeLog.md, README.md
@@ -14,7 +13,7 @@ cabal-version: >=1.10
executable bc
main-is: Main.hs
other-modules:
build-depends: base >=4.9 && <4.10
hs-source-dirs: src/
build-depends: base >=4.9 && <4.10, haskeline, unix
hs-source-dirs: src
default-language: Haskell2010