]> gitweb.michael.orlitzky.com - haeredes.git/blob - haeres.cabal
Initial commit, Hello, World!
[haeredes.git] / haeres.cabal
1 name: haeres
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/haeres.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 haeres
16 build-depends:
17 base == 4.*
18
19 main-is:
20 Main.hs
21
22 hs-source-dirs:
23 src/
24
25 ghc-options:
26 -Wall
27 -fwarn-hi-shadowing
28 -fwarn-missing-signatures
29 -fwarn-name-shadowing
30 -fwarn-orphans
31 -fwarn-type-defaults
32 -fwarn-tabs
33 -fwarn-incomplete-record-updates
34 -fwarn-monomorphism-restriction
35 -fwarn-unused-do-bind
36 -optc-O3
37 -optc-march=native
38
39 source-repository head
40 type: git
41 location: http://michael.orlitzky.com/git/haeres.git
42 branch: master