-- Initial timestamp-subprocess-lines.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: timestamp-subprocess-lines version: 0.1.0.2 synopsis: Run a command and timestamp its stdout/stderr lines description: A small utility that allows executing other commands and prefix each line with a timestamp. homepage: https://github.com/Peaker/timestamp-subprocess-lines license: BSD3 license-file: LICENSE author: Eyal Lotem maintainer: eyal.lotem@gmail.com copyright: Eyal Lotem (2012) category: Scripting build-type: Simple cabal-version: >=1.10 extra-source-files: Test_writer.hs source-repository head type: git location: https://github.com/Peaker/timestamp-subprocess-lines executable Timestamp main-is: Timestamp.hs -- other-modules: build-depends: base >=4 && <5, transformers >=0.3, split >=0.2, time >=1.4, directory >=1.1, filepath >=1.3, old-locale >=1.0, process >=1.1, bytestring >=0.9 default-language: Haskell2010 ghc-options: -threaded