name: arbtt version: 0.9.0.7 license: GPL license-file: LICENSE category: Desktop cabal-version: >= 1.10 build-type: Simple author: Joachim Breitner maintainer: Joachim Breitner copyright: Joachim Breitner 2009-2013 synopsis: Automatic Rule-Based Time Tracker description: arbtt is a background daemon that stores which windows are open, which one has the focus and how long since your last action (and possbly more sources later), and stores this. It is also a program that will, based on expressive rules you specify, derive what you were doing, and what for. . The documentation, which includes the changelog, can also be found at . . WARNING: The log file might contain very sensitive private data. Make sure you understand the consequences of a full-time logger and be careful with this data. homepage: http://arbtt.nomeata.de/ bug-reports: https://bitbucket.org/nomeata/arbtt/issues extra-source-files: categorize.cfg, arbtt-capture.desktop, README.md, doc/arbtt.xml, doc/fptools.css, doc/Makefile, setup.iss, modpath.iss, tests/*.log, tests/*.out, tests/*.in, tests/*.cfg flag old-locale description: If false then depend on time >= 1.5. . If true then depend on time < 1.5 together with old-locale. default: False executable arbtt-capture main-is: capture-main.hs hs-source-dirs: src build-depends: base == 4.5.* || == 4.6.* || == 4.7.* || == 4.8.*, filepath, directory, transformers, utf8-string, aeson >= 0.6 && < 0.11, binary >= 0.5, bytestring, deepseq if flag(old-locale) build-depends: time == 1.4.*, old-locale else build-depends: time >= 1.5 other-modules: Data Data.MyText Data.Binary.StringRef CommonStartup Capture TimeLog UpgradeLog1 LeftFold ghc-options: -rtsopts if os(windows) extra-libraries: psapi cpp-options: -DWIN32 ghc-options: -optl-mwindows other-modules: Capture.Win32 Graphics.Win32.Window.Extra System.Win32.Mutex build-depends: Win32 else extra-libraries: Xss other-modules: Capture.X11 Graphics.X11.XScreenSaver System.Locale.SetLocale build-depends: X11 > 1.4.4, unix default-language: Haskell98 executable arbtt-stats main-is: stats-main.hs hs-source-dirs: src build-depends: base == 4.5.* || == 4.6.* || == 4.7.* || == 4.8.*, parsec == 3.*, containers == 0.5.*, pcre-light, binary >= 0.5, deepseq, bytestring, utf8-string, strict, transformers, unix, directory, filepath, aeson >= 0.6 && < 0.11, array == 0.4.* || == 0.5.*, terminal-progress-bar, bytestring-progress if flag(old-locale) build-depends: time == 1.4.*, old-locale else build-depends: time >= 1.5 other-modules: Data Data.MyText Data.Binary.StringRef CommonStartup Categorize TimeLog Stats Text.Parsec.ExprFail Text.ParserCombinators.Parsec.ExprFail Text.Regex.PCRE.Light.Text TermSize ghc-options: -rtsopts if os(windows) cpp-options: -DWIN32 else other-modules: System.Locale.SetLocale default-language: Haskell98 executable arbtt-dump main-is: dump-main.hs hs-source-dirs: src build-depends: base == 4.5.* || == 4.6.* || == 4.7.* || == 4.8.*, parsec == 3.*, containers == 0.5.*, aeson >= 0.6 && < 0.11, array == 0.4.* || == 0.5.*, binary >= 0.5, deepseq, bytestring, utf8-string, strict, transformers, unix, directory, filepath if flag(old-locale) build-depends: time == 1.4.*, old-locale else build-depends: time >= 1.5 other-modules: Data Data.MyText Data.Binary.StringRef CommonStartup TimeLog DumpFormat Data.List.TakeR ghc-options: -rtsopts if os(windows) cpp-options: -DWIN32 else other-modules: System.Locale.SetLocale default-language: Haskell98 executable arbtt-import main-is: import-main.hs hs-source-dirs: src build-depends: base == 4.5.* || == 4.6.* || == 4.7.* || == 4.8.*, parsec == 3.*, containers == 0.5.*, binary >= 0.5, deepseq, bytestring, utf8-string, strict, transformers, unix, directory, filepath if flag(old-locale) build-depends: time == 1.4.*, old-locale else build-depends: time >= 1.5 other-modules: Data Data.MyText Data.Binary.StringRef CommonStartup TimeLog ghc-options: -rtsopts if os(windows) cpp-options: -DWIN32 else other-modules: System.Locale.SetLocale default-language: Haskell98 executable arbtt-recover main-is: recover-main.hs hs-source-dirs: src build-depends: base == 4.5.* || == 4.6.* || == 4.7.* || == 4.8.*, containers == 0.5.*, binary >= 0.5, deepseq, bytestring, utf8-string, unix, directory, filepath if flag(old-locale) build-depends: time == 1.4.*, old-locale else build-depends: time >= 1.5 other-modules: Data Data.MyText Data.Binary.StringRef CommonStartup TimeLog ghc-options: -rtsopts if os(windows) cpp-options: -DWIN32 else other-modules: System.Locale.SetLocale default-language: Haskell98 test-suite test Type: exitcode-stdio-1.0 Hs-source-dirs: tests src Main-is: test.hs Build-depends: base == 4.5.* || == 4.6.* || == 4.7.* || == 4.8.* , tasty >= 0.7 && < 0.12 , tasty-golden >= 2.2.0.2 && <= 2.4 , tasty-hunit >= 0.2 && < 0.11 , process-extras == 0.2.* || == 0.3.* , deepseq , binary >= 0.5 , bytestring , utf8-string , unix , directory , parsec == 3.* , containers == 0.5.* , pcre-light , transformers if flag(old-locale) build-depends: time == 1.4.*, old-locale else build-depends: time >= 1.5 default-language: Haskell98 source-repository head type: darcs location: http://darcs.nomeata.de/arbtt