X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn.cabal;h=bed9a97bd46ebf29cefc93b10fb5c70200b8c346;hb=b13f4b597ff3055026722adc5661566b1aa8b3ed;hp=09c5c0df446e0cfbc53ca2e4bff9227a27e4f0eb;hpb=39a22e11952c31a1f058c1e457be471381eff6fa;p=dead%2Fhtsn.git diff --git a/htsn.cabal b/htsn.cabal index 09c5c0d..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 . @@ -128,8 +128,10 @@ description: . (Daemon mode only) Create a PID file in the given location. This is used by the init system on Unix to keep track of the running daemon. - Its parent directory must be writable by the user/group that we will - run as! + . + If necessary, its parent directory will be created with owner/group + set to the appropriate user/group, but at most one directory will + be created (that is, we won't create an entire directory tree). . Default: \/run\/htsn\/htsn.pid . @@ -189,7 +191,7 @@ description: \".htsnrc\" in the user's home directory. The latter will override the former. . - The user's home directory is simply $HOME on Unix; on Windows its + The user's home directory is simply $HOME on Unix; on Windows it's wherever %APPDATA% points. The system configuration directory is determined by Cabal; the /sysconfdir/ parameter during the \"configure\" step is used. @@ -214,7 +216,7 @@ executable htsn hxt == 9.3.*, MissingH == 1.2.*, network == 2.4.*, - tasty == 0.6.*, + tasty == 0.7.*, tasty-hunit == 0.4.*, unix == 2.6.* @@ -252,8 +254,8 @@ executable htsn ghc-prof-options: -prof - -auto-all - -caf-all + -fprof-auto + -fprof-cafs @@ -273,7 +275,7 @@ test-suite testsuite hxt == 9.3.*, MissingH == 1.2.*, network == 2.4.*, - tasty == 0.6.*, + tasty == 0.7.*, tasty-hunit == 0.4.*, unix == 2.6.*