packages feed

vty-menu-0.0.3: vty-menu.cabal

Name: vty-menu
Version: 0.0.3
Synopsis: A lib for displaying a menu and getting a selection using VTY
Category:Graphics

License: GPL-3
License-file:COPYING 
Author: Timothy Hobbs & Cheater__
Maintainer: Timothy Hobbs <timothyhobbs@seznam.cz>
build-type:Simple

cabal-version: >= 1.6

library
 build-depends:base<5,vty <= 4.8
 exposed-modules:Graphics.Vty.Menu

Executable vty-menu
 Main-is: vty-menu.hs

source-repository head
  type:     git
  location: git://github.com/timthelion/vty-menu.git