packages feed

core-haskell-0.6.2: core-haskell.cabal

Name:                   core-haskell
Cabal-Version:          >= 1.14
License:                BSD3
License-file:           LICENSE
Category:               Language, Compilers/Interpreters
Version:                0.6.2
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>
Source-Repository head
  type: git
  location: https://github.com/happlebao/Core-Haskell.git


executable core-haskell
    main-is: core-haskell.hs
    Default-Language: Haskell2010
    Build-Depends:      base >= 4.5 && < 5,
                        haskeline,
                        haskell-src-exts,
                        hint
    Buildable:          True