]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - haeres.cabal
Get it working for NS records.
[haeredes.git] / haeres.cabal
index c36a31b25098a6129588c1816ae997f260828fb8..0183a294a7ac46fdccf114df147f01269a19af0b 100644 (file)
@@ -14,7 +14,12 @@ build-type:     Simple
 
 executable haeres
   build-depends:
-    base                        == 4.*
+    base                        == 4.*,
+    bytestring                  == 0.10.*,
+    cmdargs                     == 0.10.*,
+    dns                         >= 0.3.7,
+    MissingH                    == 1.2.*,
+    parallel-io                 == 0.3.*
 
   main-is:
     Main.hs
@@ -33,6 +38,8 @@ executable haeres
     -fwarn-incomplete-record-updates
     -fwarn-monomorphism-restriction
     -fwarn-unused-do-bind
+    -rtsopts
+    -threaded
     -optc-O3
     -optc-march=native