From 410cc98ccc3c42d14630e62f3aa2c86bad3902f9 Mon Sep 17 00:00:00 2001 From: malcolm Date: Wed, 26 Jan 2005 13:27:44 +0000 Subject: [PATCH] [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. --- System/FilePath.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4