packages feed

hiccup-0.3: hiccup.cabal

Name:                hiccup
Version:             0.3
Description:         A simplistic interpreter for a subset of tcl 
License:             GPL
License-file:        LICENSE
Author:              Kyle Consalus
Maintainer:          consalus+hiccup@google.com
Build-Depends:       base, HUnit, mtl, haskell98
extra-source-files:  Hiccup.hs TclObj.hs BSParse.hs README example.tcl

Executable:          hiccup
Main-is:             Main.hs
ghc-options:         -O2 -fglasgow-exts -fbang-patterns -funbox-strict-fields