core-haskell-0.6.1: core-haskell.cabal
Name: core-haskell
License: BSD3
License-file: LICENSE
Category: Language, Compilers/Interpreters
Version: 0.6.1
Build-Type: Simple
Synopsis: A subset of Haskell using in UCC for teaching purpose
Description: A subset of Haskell using in UCC for teaching purpose.
It enables a tiny subset of Haskell default, but the syntax can be customized,
teacher can enable more syntax along with the teaching progress.
Author: ChengXi Bao
Maintainer: ChengXi Bao <c.x.bao@student.ucc.ie>
Cabal-Version: >= 1.16
executable core-haskell
main-is: core-haskell.hs
Default-Language: Haskell2010
Build-Depends: base == 4.6.*,
haskeline,
haskell-src-exts,
hint
Buildable: True