packages feed

traypoweroff-1.0.0: traypoweroff.cabal

name:			traypoweroff
version:		1.0.0
cabal-Version:		>= 1.6
description:		PowerOff Tray Icon
license:		BSD3
license-file:           LICENSE
author:			Luis Cabellos
maintainer:             zhen.sydow@gmail.com
homepage:               http://projects.haskell.org/traypoweroff
synopsis:		Tray Icon application to PowerOff / Reboot computer
category:               application
tested-with:            GHC
build-Type:		Simple
data-dir:               data
data-files:             icons/*.png
extra-source-files:     INSTALL

executable traypoweroff
  main-is:              TrayPowerOff.lhs
  Build-Depends:        base >= 4.0 && < 5.0, gtk >= 0.10.0 && < 0.11, 
                        process >= 1.0 && < 2.0
  hs-source-dirs:       src
  ghc-options:          -Wall