]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - htsn.cabal
Minor cleanups in Main.
[dead/htsn.git] / htsn.cabal
index f9f80f9f9cb1f0482f7429450e0053531566fb8b..4f2f31ab1e5fd2eb91325f82e0de3e3ab08768eb 100644 (file)
@@ -1,5 +1,5 @@
 name:           htsn
-version:        0.0.5
+version:        0.0.6
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -97,10 +97,11 @@ description:
   \--log-level
   @
   .
-  How verbose should the logs be? We log notifications at three levels:
-  INFO, WARN, and ERROR. Specify the \"most boring\" level of
+  How verbose should the logs be? We log notifications at four levels:
+  DEBUG, INFO, WARN, and ERROR. Specify the \"most boring\" level of
   notifications you would like to receive (in all-caps); more
-  interesting notifications will be logged as well.
+  interesting notifications will be logged as well. The debug output is
+  extremely verbose and will not be written to syslog even if you try.
   .
   Default: INFO
   .
@@ -246,8 +247,6 @@ executable htsn
     -fwarn-incomplete-record-updates
     -fwarn-monomorphism-restriction
     -fwarn-unused-do-bind
-    -optc-O3
-    -optc-march=native
     -O2
 
   ghc-prof-options:
@@ -289,8 +288,6 @@ test-suite testsuite
     -fwarn-incomplete-record-updates
     -fwarn-monomorphism-restriction
     -fwarn-unused-do-bind
-    -optc-O3
-    -optc-march=native
     -O2