]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - htsn.cabal
Update pidfile documentation.
[dead/htsn.git] / htsn.cabal
index 09c5c0df446e0cfbc53ca2e4bff9227a27e4f0eb..fb82e5e44f5ce18649b054bfcbe167af4cbf87c7 100644 (file)
@@ -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
   .
@@ -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.*
 
@@ -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.*