]> gitweb.michael.orlitzky.com - haeredes.git/blob - haeredes.cabal
Rename to haeredes.
[haeredes.git] / haeredes.cabal
1 name: haeredes
2 version: 0.0
3 cabal-version: >= 1.8
4 author: Michael Orlitzky
5 maintainer: Michael Orlitzky <michael@orlitzky.com>
6 license: GPL-3
7 license-file: doc/LICENSE
8 homepage: http://michael.orlitzky.com/code/haeredes.php
9 bug-reports: mailto:michael@orlitzky.com
10 category: DNS, Utils
11 synopsis:
12 Confirm delegation of NS and MX records.
13 build-type: Simple
14
15 executable haeredes
16 build-depends:
17 base == 4.*,
18 bytestring == 0.10.*,
19 cmdargs == 0.10.*,
20 dns >= 0.3.7,
21 MissingH == 1.2.*,
22 parallel-io == 0.3.*
23
24 main-is:
25 Main.hs
26
27 hs-source-dirs:
28 src/
29
30 ghc-options:
31 -Wall
32 -fwarn-hi-shadowing
33 -fwarn-missing-signatures
34 -fwarn-name-shadowing
35 -fwarn-orphans
36 -fwarn-type-defaults
37 -fwarn-tabs
38 -fwarn-incomplete-record-updates
39 -fwarn-monomorphism-restriction
40 -fwarn-unused-do-bind
41 -rtsopts
42 -threaded
43 -optc-O3
44 -optc-march=native
45
46 source-repository head
47 type: git
48 location: http://michael.orlitzky.com/git/haeredes.git
49 branch: master