]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - haeres.cabal
Rename to haeredes.
[haeredes.git] / haeres.cabal
diff --git a/haeres.cabal b/haeres.cabal
deleted file mode 100644 (file)
index 0183a29..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-name:           haeres
-version:        0.0
-cabal-version:  >= 1.8
-author:         Michael Orlitzky
-maintainer:    Michael Orlitzky <michael@orlitzky.com>
-license:        GPL-3
-license-file:   doc/LICENSE
-homepage:       http://michael.orlitzky.com/code/haeres.php
-bug-reports:    mailto:michael@orlitzky.com
-category:       DNS, Utils
-synopsis:
-  Confirm delegation of NS and MX records.
-build-type:     Simple
-
-executable haeres
-  build-depends:
-    base                        == 4.*,
-    bytestring                  == 0.10.*,
-    cmdargs                     == 0.10.*,
-    dns                         >= 0.3.7,
-    MissingH                    == 1.2.*,
-    parallel-io                 == 0.3.*
-
-  main-is:
-    Main.hs
-
-  hs-source-dirs:
-    src/
-
-  ghc-options:
-    -Wall
-    -fwarn-hi-shadowing
-    -fwarn-missing-signatures
-    -fwarn-name-shadowing
-    -fwarn-orphans
-    -fwarn-type-defaults
-    -fwarn-tabs
-    -fwarn-incomplete-record-updates
-    -fwarn-monomorphism-restriction
-    -fwarn-unused-do-bind
-    -rtsopts
-    -threaded
-    -optc-O3
-    -optc-march=native
-
-source-repository head
-  type: git
-  location: http://michael.orlitzky.com/git/haeres.git
-  branch: master