X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=haeres.cabal;h=0183a294a7ac46fdccf114df147f01269a19af0b;hp=c36a31b25098a6129588c1816ae997f260828fb8;hb=70dffd6160208adf2c1c5746924c100cb0ffcb2e;hpb=e5168c9d5f32912d4e77713935e8c09a468bfd01 diff --git a/haeres.cabal b/haeres.cabal index c36a31b..0183a29 100644 --- a/haeres.cabal +++ b/haeres.cabal @@ -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