name: tempus-fugit version: 0.1.0.1 synopsis: Programmers' time tracker description: Track time spent on projects. homepage: http://github.com/kadoban/tempus-fugit license: AGPL-3 license-file: LICENSE author: Joshua Simmons maintainer: joshua.simmons@emptypath.com copyright: 2015 Joshua Simmons category: Utils build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: TempusFugit build-depends: base >= 4.7 && < 5 default-language: Haskell2010 executable tempus hs-source-dirs: app main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , tempus-fugit default-language: Haskell2010 test-suite tempus-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , tempus-fugit ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/kadoban/tempus-fugit