packages feed

gsmenu-3.0: gsmenu.cabal

name:               gsmenu
version:            3.0
homepage:           http://sigkill.dk/programs/gsmenu
synopsis:           A visual generic menu
description:
    Grid-oriented element selection inspired by XMonadContrib's GridSelect.
category:           Tools
license:            BSD3
license-file:       LICENSE
author:             Troels Henriksen
maintainer:         athas@sigkill.dk
cabal-version:      >= 1.6
build-type:         Custom

source-repository head
  type:     git
  location: git@github.com:Athas/gsmenu.git

executable gsmenu
    build-depends: X11>=1.5.0.0 && < 1.6, mtl, base==4.*,
                   containers, parsec==3.*, sindre>=0.2, text, permute

    main-is:            Main.hs

    ghc-options:        -funbox-strict-fields -Wall

    ghc-prof-options:   -prof -auto-all -rtsopts
    extensions:         CPP