From b13f4b597ff3055026722adc5661566b1aa8b3ed Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 21 Jan 2014 16:54:03 -0500 Subject: [PATCH] Fix the profiling build and a few typos. Bump version to 0.0.5. --- doc/man1/htsn.1 | 2 +- htsn.cabal | 8 ++++---- makefile | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/man1/htsn.1 b/doc/man1/htsn.1 index 78bb8d4..43858c6 100644 --- a/doc/man1/htsn.1 +++ b/doc/man1/htsn.1 @@ -72,7 +72,7 @@ Default: disabled .IP \fB\-\-log-file\fR If you specify a file here, logs will be written to it (possibly in addition to syslog). Can be either a relative or absolute path. It -will not be auto-rotated; use something log logrotate for that. +will not be auto-rotated; use something like logrotate for that. Default: none diff --git a/htsn.cabal b/htsn.cabal index 8681ba7..bed9a97 100644 --- a/htsn.cabal +++ b/htsn.cabal @@ -1,5 +1,5 @@ name: htsn -version: 0.0.4 +version: 0.0.5 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -89,7 +89,7 @@ description: . If you specify a file here, logs will be written to it (possibly in addition to syslog). Can be either a relative or absolute path. It - will not be auto-rotated; use something log logrotate for that. + will not be auto-rotated; use something like logrotate for that. . Default: none . @@ -254,8 +254,8 @@ executable htsn ghc-prof-options: -prof - -auto-all - -caf-all + -fprof-auto + -fprof-cafs diff --git a/makefile b/makefile index 7e09787..cb66591 100644 --- a/makefile +++ b/makefile @@ -22,6 +22,7 @@ doc: runghc Setup.hs configure --user --prefix=/ runghc Setup.hs hscolour --all runghc Setup.hs haddock --all \ + --hyperlink-source \ --haddock-options="--ignore-all-exports" clean: -- 2.43.2