packages feed

HCL-1.0: HCL.cabal

Name:           HCL
Version:        1.0
License:        BSD3
Author:         Justin Bailey
Homepage:       
Maintainer:     jgbailey _ gmail _ com
Category:       User Interfaces
Build-Depends:  base, QuickCheck, regex-compat, mtl
Synopsis:       High-level library for building command line interfaces.
Exposed-modules: HCL
Hs-Source-Dirs: .
Data-files: hangman/2of12.txt

Executable:     hangman
Main-Is:        Hangman.hs
Hs-Source-Dirs: hangman, .