name: work-time synopsis: A library for parsing a chat-based work hour reporting scheme. description: Parses a certain format for hour and task reporting in chat/Slack form. See README for format. version: 0.1.2.0 category: Business homepage: https://gitlab.com/gonz/work-time#work-time author: Rickard Andersson maintainer: gonz@severnatazvezda.com copyright: 2018 Rickard Andersson license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md , testdata.data library other-modules: Paths_work_time , WorkTime.Reporting , WorkTime.WorkTime hs-source-dirs: src build-depends: base >=4.7 && < 5 , text >= 1.2.3.0 && < 1.3 , megaparsec >= 6.4.1 && < 7 , containers >= 0.5.10.2 && < 0.6 default-language: Haskell2010 exposed-modules: WorkTime executable work-time hs-source-dirs: app main-is: Main.hs build-depends: base >= 4.7 && < 5 , work-time , text >= 1.2.3.0 && < 1.3 ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010