packages feed

fuzzytime-0.7.3: fuzzytime.cabal

name:                fuzzytime
version:             0.7.3
description:         A clock and timer that tell the time in a more human way
synopsis:            A clock and timer that tell the time in a more human way
category:            Utils
license:             GPL
license-file:        LICENSE
author:              Kamil Stachowski
maintainer:          kamil.stachowski@gmail.com
build-type:          Simple
stability:           Experimental
cabal-version:       >=1.8
tested-with:         GHC == 7.0.2
extra-source-files:  CHANGELOG, INSTALL, README, src/fuzzytime.1, src/sound.wav


library
    buildable:       True
    build-depends:   base >= 4 && < 5
    exposed-modules: FuzzyTime
    hs-source-dirs:  src
    ghc-options:     -O2

executable fuzzytime
    buildable:       True
    main-is:         fuzzytime.hs
    build-depends:   base >= 4 && < 5, cmdargs, haskell98, old-time, process
    hs-source-dirs:  src
    -- ghc-options:     -Wall -O2
    ghc-options:     -O2