name: tempo version: 0.1.0.0 synopsis: Command-line tool to log time-tracking information into JIRA Tempo plugin description: Please see README.md homepage: http://github.com/candidtim/tempo#readme license: BSD3 license-file: LICENSE author: Timur Rubeko maintainer: timur@rubeko.com copyright: Timur Rubeko category: NA build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Config , Util , Jira , Git , CLI build-depends: base >= 4.7 && < 5 , time , process , directory , filepath , regex-posix , split , ConfigFile , mtl , http-conduit , resourcet , bytestring , base64-bytestring default-language: Haskell2010 executable tempo-git hs-source-dirs: app main-is: FromGit.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N -main-is Main build-depends: base , tempo , mtl , MissingH default-language: Haskell2010 executable tempo-simple hs-source-dirs: app main-is: Simple.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N -main-is Simple build-depends: base , tempo , time , mtl , MissingH default-language: Haskell2010 test-suite tempo-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , tempo ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/candidtim/tempo