-- 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.0 synopsis: Run a command and timestamp its stdout/stderr lines -- description: 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 executable Timestamp main-is: Timestamp.hs -- other-modules: build-depends: base ==4.6.*, transformers ==0.3.*, split ==0.2.*, time ==1.4.*, directory ==1.2.*, filepath ==1.3.*, old-locale ==1.0.*, process ==1.1.*, text ==0.11.* default-language: Haskell2010