Add "released" and "pre-release" to the "Stability" key in modules

This commit is contained in:
Adithya Kumar 2021-06-14 20:55:45 +05:30 committed by Adithya Kumar
parent eb50b94bd2
commit d598832906
23 changed files with 23 additions and 23 deletions

View File

@ -4,7 +4,7 @@
--
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : released
-- Portability : GHC
--
-- Combinators to work with standard input, output and error streams.

View File

@ -6,7 +6,7 @@
--
-- License : BSD3
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : released
-- Portability : GHC
--
-- This module provides immutable arrays in pinned memory (non GC memory)

View File

@ -3,7 +3,7 @@
-- Copyright : (c) 2019 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : released
-- Portability : GHC
--
-- A 'Fold' is a sink or a consumer of a stream of values. The 'Fold' type

View File

@ -3,7 +3,7 @@
-- Copyright : (c) 2021 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : released
-- Portability : GHC
--
-- The 'Tee' type is a newtype wrapper over the 'Streamly.Data.Fold.Fold' type providing

View File

@ -5,7 +5,7 @@
-- Copyright : (c) 2019 Composewell Technologies
-- License : BSD3
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : released
-- Portability : GHC
--
-- An 'Unfold' is a source or a producer of a stream of values. It takes a

View File

@ -6,7 +6,7 @@
--
-- License : BSD3
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : released
-- Portability : GHC
--
-- Read and write streams and arrays to and from file handles. File handle IO

View File

@ -9,7 +9,7 @@
--
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
--
module Streamly.Internal.Data.Array

View File

@ -3,7 +3,7 @@
-- Copyright : (c) 2019 Composewell Technologies
-- License : BSD3-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
--
-- Combinators to efficiently manipulate streams of immutable arrays.

View File

@ -3,7 +3,7 @@
-- Copyright : (c) 2020 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
--
-- Parsers for binary encoded basic Haskell data types.

View File

@ -6,7 +6,7 @@
--
-- License : BSD3
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
--
-- Lists are just a special case of monadic streams. The stream type @SerialT

View File

@ -5,7 +5,7 @@
-- Copyright : (c) 2020 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
--
-- Fast backtracking parsers with stream fusion and native streaming

View File

@ -3,7 +3,7 @@
-- Copyright : (c) 2017 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
--
-- This is an internal module which is a superset of the corresponding released

View File

@ -3,7 +3,7 @@
-- Copyright : (c) 2021 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
module Streamly.Internal.Data.Time.Clock

View File

@ -7,7 +7,7 @@
--
-- License : BSD3
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
module Streamly.Internal.Data.Time.Units

View File

@ -6,7 +6,7 @@
--
-- License : BSD3
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
module Streamly.Internal.FileSystem.Dir

View File

@ -3,7 +3,7 @@
-- Copyright : (c) 2020 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
--
-- =Overview

View File

@ -3,7 +3,7 @@
-- Copyright : (c) 2020 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
--
-- =Overview

View File

@ -7,7 +7,7 @@
-- (c) 2012, Mark Dittmer
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
--
-- =Overview

View File

@ -6,7 +6,7 @@
--
-- License : BSD3
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : pre-release
-- Portability : GHC
--
-- Read and write streams and arrays to and from files specified by their paths

View File

@ -4,7 +4,7 @@
--
-- License : BSD3
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : released
-- Portability : GHC
--
-- Combinators to build Inet/TCP clients and servers.

View File

@ -4,7 +4,7 @@
--
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : released
-- Portability : GHC
--
-- This module provides Array and stream based socket operations to connect to

View File

@ -8,7 +8,7 @@
--
-- License : BSD3
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : released
-- Portability : GHC
--
-- To run examples in this module:

View File

@ -4,7 +4,7 @@
--
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Stability : released
-- Portability : GHC
--
-- = Processing Unicode Strings