From: malcolm Date: Wed, 26 Jan 2005 13:27:44 +0000 (+0000) Subject: [project @ 2005-01-26 13:27:44 by malcolm] X-Git-Tag: nhc98-1-18-release~75 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=410cc98ccc3c42d14630e62f3aa2c86bad3902f9;p=haskell-directory.git [project @ 2005-01-26 13:27:44 by malcolm] Change stability notation from 'stable' to 'experimental', since many people seem to agree there are plenty of bugs here. --- diff --git a/System/FilePath.hs b/System/FilePath.hs index 5be2fa0..2ed786a 100644 --- a/System/FilePath.hs +++ b/System/FilePath.hs @@ -7,7 +7,7 @@ -- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org --- Stability : stable +-- Stability : highly experimental -- Portability : portable -- -- System-independent pathname manipulations.