packages feed

hmenu-0.1.0.1: hmenu.cabal

-- Initial hmenu.cabal generated by cabal init.  For further documentation,
--  see http://haskell.org/cabal/users-guide/

name:                hmenu
version:             0.1.0.1
synopsis:            CLI fuzzy finder and launcher
description:         hmenu is a program launcher for the terminal inspired by
                     dmenu. Contrary to dmenu, it uses fuzzy filtering to find
                     the program you are looking for.
license:             BSD3
license-file:        LICENSE
author:              Robin Schroer
maintainer:          sulami@peerwire.org
-- copyright:           
category:            System
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable hmenu
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <4.8, process >=1.2 && <1.3
                     , MissingH
  hs-source-dirs:      src
  default-language:    Haskell2010