packages feed

KiCS-0.8.5: KiCS.cabal

Name:          KiCS
Version:       0.8.5
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:     *INCOMPLETE* do not download yet! (sorry...)

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
  Other-Modules: 
    Config
    CurryToHaskell
    SafeCalls
    Names
    KicsSubdir
    FunctionalProg
    ShowFunctionalProg
    ShowFlatCurry
    PreTrans
    Simplification
    Brace
    InstallDir
    MyReadline

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
  Other-Modules: 
    Config
    CurryToHaskell
    SafeCalls
    Names
    KicsSubdir
    FunctionalProg
    ShowFunctionalProg
    ShowFlatCurry
    PreTrans
    Simplification
    Brace
    InstallDir
    MyReadline