diffdump-0.7.5: diffdump.cabal
Name: diffdump
Synopsis: Tools for diffing stdout
Description: Command-line tools for diffing and patching stdout
Version: 0.7.5
License: BSD3
License-file: LICENSE
Build-type: Simple
Maintainer: Greg Fitzgerald <garious@gmail.com>
Category: System
Cabal-version: >= 1.6
source-repository head
Type: git
Location: https://github.com/garious/DiffDump
Executable diffdump
Main-is: DiffDump.hs
Build-depends: base >= 4 && < 5
, filemanip >= 0.3.6.2
, ansi-terminal >= 0.5.5
, parallel-io >= 0.3.2
, cmdargs >= 0.10
, bytestring >= 0.10.0.0
, process-extras >= 0.2.0
, directory >= 1.2.0.0
, filepath >= 1.3.0.1
, unix >= 2.6.0.0
Ghc-options: -Wall -threaded
Executable patchdump
Main-is: PatchDump.hs
Build-depends: base
, process >= 1.1.0.2