simple repl
This commit is contained in:
5
bc.cabal
5
bc.cabal
@@ -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
|
||||
|
Reference in New Issue
Block a user