packages feed

vty-menu-0.0.1: vty-menu.cabal

Name: vty-menu
Version: 0.0.1
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.7.0.14
 exposed-modules:Graphics.Vty.Menu

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