Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ed91eda7fc919b7c33a3156f46d18f07c8578a92 >--------------------------------------------------------------- commit ed91eda7fc919b7c33a3156f46d18f07c8578a92 Author: Duncan Coutts <[email protected]> Date: Tue Aug 26 20:58:49 2008 +0000 Fix haddock syntax >--------------------------------------------------------------- cabal-install/Distribution/Client/Tar.hs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cabal-install/Distribution/Client/Tar.hs b/cabal-install/Distribution/Client/Tar.hs index 7d23347..f2b08d4 100644 --- a/cabal-install/Distribution/Client/Tar.hs +++ b/cabal-install/Distribution/Client/Tar.hs @@ -301,8 +301,8 @@ simpleDirectoryEntry name = emptyEntry Directory name -- -- * The directory separator between the prefix and name is /not/ stored. -- -data TarPath = TarPath FilePath -- ^ path name, 100 characters max. - FilePath -- ^ path prefix, 155 characters max. +data TarPath = TarPath FilePath -- path name, 100 characters max. + FilePath -- path prefix, 155 characters max. -- | Convert a 'TarPath' to a native 'FilePath'. -- @@ -311,7 +311,7 @@ data TarPath = TarPath FilePath -- ^ path name, 100 characters max. -- -- * The tar path may be invalid as a native path, eg the filename @\"nul\"@ is -- not valid on Windows. --- * The tar path may be an absolute path or may contain @\".."\@ components. +-- * The tar path may be an absolute path or may contain @\"..\"@ components. -- For security reasons this should not usually be allowed, but it is your -- responsibility to check for these conditions. -- _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
