packages feed

KiCS-0.8.3: KiCS.cabal

Name:          KiCS
Version:       0.8.3
Cabal-Version: >= 1.6
Author:        Bernd Braßel
Maintainer:    Bernd Braßel
Homepage:      http://curry-language.org
License:       OtherLicense
License-File:  LICENSE
Category:      Compiler
build-type:    Simple
Synopsis:      A compiler from Curry to Haskell
Description:   This package builds two binaries, kics and kicsi, respectively.
               The first is the Curry to Haskell compiler, the latter a text
               based interactive environment.
Stability:     experimental

Executable kics
  main-is:        kics.hs
  hs-source-dirs: src
  Build-Depends:  
    base == 4.1.*,
    haskell98,
    mtl,
    filepath,
    old-time,
    directory,
    containers,
    curry-base >= 0.2.4

Executable kicsi
  main-is:        kicsi.hs
  hs-source-dirs: src
  Build-Depends:  
    base >= 4.1.0.0,
    haskell98,
    old-time,
    filepath,
    mtl,
    directory,
    containers,
    readline,
    curry-base >= 0.2.4