]> git.netwichtig.de Git - user/henk/code/haskell/diddohs.git/blob - diddohs.cabal
Changed format and structure a bit
[user/henk/code/haskell/diddohs.git] / diddohs.cabal
1 -- Initial diddohs.cabal generated by cabal init.  For further 
2 -- documentation, see http://haskell.org/cabal/users-guide/
3
4 name:                diddohs
5
6 -- The package version.  See the Haskell package versioning policy (PVP) 
7 -- for standards guiding when and how versions should be incremented.
8 -- http://www.haskell.org/haskellwiki/Package_versioning_policy
9 -- PVP summary:      +-+------- breaking API changes
10 --                   | | +----- non-breaking API additions
11 --                   | | | +--- code changes with no API change
12 version:             0.0.3
13 synopsis:            Time/Task Tracking, Analysis, Reporting
14 description:         Tool for tracking and reporting time/task
15 homepage:            https://projects.netwichtig.de/projects/sw-diddohs/
16 license:             BSD3
17 license-file:        LICENSE
18 author:              Hendrik Jaeger
19 maintainer:          code AT henk DOT geekmail DOT org
20 -- copyright:           
21 category:           Data
22 build-type:         Simple
23 cabal-version:      >=1.8
24
25 executable diddohs
26     main-is:            Main.hs
27     hs-source-dirs:     src
28   -- other-modules:       
29     build-depends:       base ==4.6.*
30                         , old-locale
31                         , time
32                         , text
33                         , containers
34                         , parsec
35
36     ghc-prof-options:   -Wall -Werror -rtsopts -prof -fprof-auto -fhpc
37     ghc-options:        -Wall -Werror -rtsopts -prof -fprof-auto -fhpc
38 --  ghc-options:        -Wall -rtsopts -eventlog -debug
39 --  ghc-options:        -Wall
40
41 source-repository head
42     type:               git
43     location:           git://git.netwichtig.de/diddohs
44
45 source-repository head
46     type:               git
47     location:           http://git.netwichtig.de/diddohs
48
49 --test-suite Tests
50 --    hs-source-dirs: test
51