packages feed

yeganesh-2.5: yeganesh.cabal

name:               yeganesh
version:            2.5
cabal-version:      >=1.2
build-type:         Simple
license:            BSD3
license-file:       LICENSE
author:             Daniel Wagner
maintainer:         daniel@wagner-home.com
homepage:           http://dmwit.com/yeganesh
synopsis:           small dmenu wrapper
description:        I get so annoyed when I go to use dmenu, and the three
                    programs I use every day aren't at the beginning of the
                    list.  Let's make it so, and automatically!
category:           Text
cabal-version:      >= 1.6
source-repository head
    type:           darcs
    location:       http://dmwit.com/yeganesh
source-repository this
    type:           darcs
    location:       http://dmwit.com/yeganesh
    tag:            2.5

flag profiling
    description: Build with profiling and -auto-all
    default: False

Executable yeganesh
    main-is:        main.hs
    other-modules:  Catch, Lex, Paths_yeganesh, Version, Yeganesh
    build-depends:  base >= 3 && < 5,
                    containers >= 0.1,
                    directory >= 1.0,
                    filepath >= 1.1,
                    process >= 1.0,
                    strict >= 0.3,
                    time >= 1.1,
                    unix >= 2.4,
                    xdg-basedir >= 0.2
    ghc-options:    -Wall
    extensions:     CPP
    if flag(profiling)
        ghc-options: -auto-all
        cpp-options: -Dprofiling

Executable yeganesh-strip
    main-is:        strip.hs
    other-modules:  Catch, Lex, Paths_yeganesh, Version, Yeganesh
    build-depends:  base >= 3 && < 5,
                    containers >= 0.1,
                    directory >= 1.0,
                    filepath >= 1.1,
                    process >= 1.0,
                    strict >= 0.3,
                    time >= 1.1,
                    unix >= 2.4,
                    xdg-basedir >= 0.2
    ghc-options:    -Wall