packages feed

fuzzytime-0.7.8: fuzzytime.cabal

name:                fuzzytime
version:             0.7.8
description:         A clock and timer that tell the time in a more human way (the 'ten past six' style)
synopsis:            A 'ten past six' style clock
category:            Utils
license:             GPL
license-file:        LICENSE
author:              Kamil Stachowski
maintainer:          kamil (a full stop) stachowski (an at sign) gmail (a full stop) com
build-type:          Simple
stability:           Experimental
cabal-version:       >=1.8
tested-with:         GHC == 8.0.1
extra-source-files:  CHANGELOG, INSTALL, README, src/fuzzytime.1, src/sound.wav


library
    buildable:       True
    build-depends:   base >= 4 && < 5
    exposed-modules: FuzzyTime,
                     FuzzyTime.Danish,
                     FuzzyTime.Dutch,
                     FuzzyTime.English,
                     FuzzyTime.French,
                     FuzzyTime.German,
                     FuzzyTime.Greek,
                     FuzzyTime.Italian,
                     FuzzyTime.Japanese,
                     FuzzyTime.Norwegian,
                     FuzzyTime.Polish,
                     FuzzyTime.Spanish,
                     FuzzyTime.Swedish,
                     FuzzyTime.Turkish
    hs-source-dirs:  src

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

source-repository this
    type:            git
    location:        https://github.com/kamwitsta/fuzzytime
    tag:             0.7.8