-- 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.4 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 (2016) 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.7 && <5, transformers >=0.3, split >=0.2, time >=1.5, process >=1.2, bytestring >=0.9 default-language: Haskell2010 ghc-options: -threaded