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