-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdiffdump.cabal
33 lines (30 loc) · 1.03 KB
/
diffdump.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 <[email protected]>
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