Skip to content

Commit a02c2da

Browse files
committed
Remove Stability: experimental header from non-internal modules
After so many years, I think it's fair to say that `Data.Text`'s API is not "experimental" anymore... ;-) `.Internal` modules however, are not "stable".
1 parent 750443f commit a02c2da

File tree

14 files changed

+0
-14
lines changed

14 files changed

+0
-14
lines changed

Data/Text.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
--
1616
-- License : BSD-style
1717
-- Maintainer : [email protected]
18-
-- Stability : experimental
1918
-- Portability : GHC
2019
--
2120
-- A time and space-efficient implementation of Unicode text.

Data/Text/Array.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
--
88
-- License : BSD-style
99
-- Maintainer : [email protected]
10-
-- Stability : experimental
1110
-- Portability : portable
1211
--
1312
-- Packed, unboxed, heap-resident arrays. Suitable for performance

Data/Text/Encoding.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
--
1212
-- License : BSD-style
1313
-- Maintainer : [email protected]
14-
-- Stability : experimental
1514
-- Portability : portable
1615
--
1716
-- Functions for converting 'Text' values to and from 'ByteString',

Data/Text/Encoding/Error.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
--
1111
-- License : BSD-style
1212
-- Maintainer : [email protected]
13-
-- Stability : experimental
1413
-- Portability : GHC
1514
--
1615
-- Types and functions for dealing with encoding and decoding errors

Data/Text/Foreign.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
--
66
-- License : BSD-style
77
-- Maintainer : [email protected]
8-
-- Stability : experimental
98
-- Portability : GHC
109
--
1110
-- Support for using 'Text' data with native code via the Haskell

Data/Text/IO.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
-- (c) 2009 Simon Marlow
99
-- License : BSD-style
1010
-- Maintainer : [email protected]
11-
-- Stability : experimental
1211
-- Portability : GHC
1312
--
1413
-- Efficient locale-sensitive support for text I\/O.

Data/Text/Lazy.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
--
1414
-- License : BSD-style
1515
-- Maintainer : [email protected]
16-
-- Stability : experimental
1716
-- Portability : GHC
1817
--
1918
-- A time and space-efficient implementation of Unicode text using

Data/Text/Lazy/Builder.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
-- License : BSD-style (see LICENSE)
1212
--
1313
-- Maintainer : Johan Tibell <[email protected]>
14-
-- Stability : experimental
1514
-- Portability : portable to Hugs and GHC
1615
--
1716
-- Efficient construction of lazy @Text@ values. The principal

Data/Text/Lazy/Builder/Int.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
-- (c) 2011 MailRank, Inc.
1010
-- License: BSD-style
1111
-- Maintainer: Bryan O'Sullivan <[email protected]>
12-
-- Stability: experimental
1312
-- Portability: portable
1413
--
1514
-- Efficiently write an integral value to a 'Builder'.

Data/Text/Lazy/Encoding.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
--
99
-- License : BSD-style
1010
-- Maintainer : [email protected]
11-
-- Stability : experimental
1211
-- Portability : portable
1312
--
1413
-- Functions for converting lazy 'Text' values to and from lazy

0 commit comments

Comments
 (0)