packages feed

hiccup-0.40: hiccup.cabal

Name:                hiccup
Version:             0.40
Description:         Interpreter for a subset of tcl
License:             GPL
License-file:        LICENSE
Author:              Kyle Consalus
Stability:           experimental
Homepage:            http://hiccup.googlecode.com/
Category:            Compilers/Interpreters
Synopsis:            Relatively efficient Tcl interpreter with support for basic operations
Maintainer:          consalus+hiccup@gmail.com
Build-Depends:       base, HUnit, time, mtl, haskell98, readline, parsec, bytestring, containers, random
Build-Type:          Simple
data-files:          README
extra-source-files:  example.tcl atests.tcl include.tcl

Executable:          hiccup
Other-Modules:       Hiccup, TclObj, VarName, Common, Util, Core, RToken, BSParse, ExprParse, EventMgr, ProcArgs, TclLib,
                     TclLib.IOProcs, TclLib.StringProcs, TclLib.ListProcs, TclLib.ArrayProcs, TclLib.NSProcs, TclChan,
                     TclLib.ControlProcs, TclLib.UtilProcs, TclLib.MathProcs
Main-is:             Main.hs
ghc-options:         -O2 -funbox-strict-fields -funfolding-use-threshold=16 -fvia-c -optc-O3 -W
ghc-prof-options:    -auto-all -prof
Extensions:          BangPatterns