packages feed

HCL-1.3: HCL.cabal

Name:           HCL
Version:        1.3
License:        BSD3
Author:         Justin Bailey
Homepage:       
Maintainer:     jgbailey _ gmail _ com
Category:       User Interfaces
Build-Depends:  base, QuickCheck, mtl, random, containers
Build-type: Simple
Synopsis:       High-level library for building command line interfaces.
Description:
  This module provides a set of functions for building simple command-line
  interfaces. It allows interfaces which collect values (such as Integers,
  Dates, or other structured values), build lists of values, and use simple
  menus. It is not intended to build complex interfaces with full cursor
  control. It is oriented towards line-based interfaces.
Exposed-modules: System.Console.HCL
Hs-Source-Dirs: src
Data-files: hangman/2of12.txt

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