Skip to content

Commit 0695e69

Browse files
committed
Haddock: switch package to stable
At least at the moment, this is a maintenance-only package with no new features planned. Backwards-compatibility is top priority.
1 parent e802007 commit 0695e69

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

src/Text/Regex/Posix.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
-- Copyright : (c) Chris Kuklewicz 2006
66
-- SPDX-License-Identifier: BSD-3-Clause
77
--
8-
-- Maintainer : hvr@gnu.org
9-
-- Stability : experimental
8+
-- Maintainer : hvr@gnu.org, Andreas Abel
9+
-- Stability : stable
1010
-- Portability : non-portable (regex-base needs MPTC+FD)
1111
--
1212
-- Module that provides the Regex backend that wraps the

src/Text/Regex/Posix/ByteString.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
-- Module : Text.Regex.Posix.ByteString
55
-- Copyright : (c) Chris Kuklewicz 2006
66
-- SPDX-License-Identifier: BSD-3-Clause
7-
--
8-
-- Maintainer : hvr@gnu.org
9-
-- Stability : experimental
7+
--
8+
-- Maintainer : hvr@gnu.org, Andreas Abel
9+
-- Stability : stable
1010
-- Portability : non-portable (regex-base needs MPTC+FD)
1111
--
1212
-- This provides 'ByteString' instances for RegexMaker and RegexLike

src/Text/Regex/Posix/ByteString/Lazy.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
-- Module : Text.Regex.Posix.ByteString.Lazy
55
-- Copyright : (c) Chris Kuklewicz 2007
66
-- SPDX-License-Identifier: BSD-3-Clause
7-
--
8-
-- Maintainer : hvr@gnu.org
9-
-- Stability : experimental
7+
--
8+
-- Maintainer : hvr@gnu.org, Andreas Abel
9+
-- Stability : stable
1010
-- Portability : non-portable (regex-base needs MPTC+FD)
1111
--
1212
-- This provides 'ByteString.Lazy' instances for RegexMaker and RegexLike

src/Text/Regex/Posix/Sequence.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
-- Module : Text.Regex.Posix.Sequence
55
-- Copyright : (c) Chris Kuklewicz 2006
66
-- SPDX-License-Identifier: BSD-3-Clause
7-
--
8-
-- Maintainer : hvr@gnu.org
9-
-- Stability : experimental
7+
--
8+
-- Maintainer : hvr@gnu.org, Andreas Abel
9+
-- Stability : stable
1010
-- Portability : non-portable (regex-base needs MPTC+FD)
1111
--
1212
-- This provides 'String' instances for 'RegexMaker' and 'RegexLike' based

src/Text/Regex/Posix/String.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
-- Module : Text.Regex.Posix.String
55
-- Copyright : (c) Chris Kuklewicz 2006
66
-- SPDX-License-Identifier: BSD-3-Clause
7-
--
8-
-- Maintainer : hvr@gnu.org
9-
-- Stability : experimental
7+
--
8+
-- Maintainer : hvr@gnu.org, Andreas Abel
9+
-- Stability : stable
1010
-- Portability : non-portable (regex-base needs MPTC+FD)
1111
--
1212
-- This provides 'String' instances for 'RegexMaker' and 'RegexLike' based

src/Text/Regex/Posix/Wrap.hsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
-- Copyright : (c) Chris Kuklewicz 2006,2007,2008 derived from (c) The University of Glasgow 2002
77
-- SPDX-License-Identifier: BSD-3-Clause
88
--
9-
-- Maintainer : hvr@gnu.org
10-
-- Stability : experimental
9+
-- Maintainer : hvr@gnu.org, Andreas Abel
10+
-- Stability : stable
1111
-- Portability : non-portable (regex-base needs MPTC+FD)
1212
--
1313
-- WrapPosix.hsc exports a wrapped version of the ffi imports. To

0 commit comments

Comments
 (0)