diff --git a/Data/Array/Base.hs b/Data/Array/Base.hs index a999cba7b92c0293b7502c45ad94ef53f809aefa..3d271efbd89c1ddd6c0f7ea257b73981f2c54b8c 100644 --- a/Data/Array/Base.hs +++ b/Data/Array/Base.hs @@ -10,7 +10,7 @@ , UnliftedFFITypes , RoleAnnotations #-} -{-# OPTIONS_HADDOCK hide #-} +{-# OPTIONS_HADDOCK not-home #-} ----------------------------------------------------------------------------- -- | @@ -25,6 +25,17 @@ -- Basis for IArray and MArray. Not intended for external consumption; -- use IArray or MArray instead. -- +-- = WARNING +-- +-- This module is considered __internal__. +-- +-- The Package Versioning Policy __does not apply__. +-- +-- The contents of this module may change __in any way whatsoever__ +-- and __without any warning__ between minor versions of this package. +-- +-- Authors importing this module are expected to track development +-- closely. ----------------------------------------------------------------------------- module Data.Array.Base where diff --git a/Data/Array/IO/Internals.hs b/Data/Array/IO/Internals.hs index 2b12e36c6ca9c3b68af0dba047334a3b1ce34611..9faf49d2dc37215526b88d448ca82a3462d0a55a 100644 --- a/Data/Array/IO/Internals.hs +++ b/Data/Array/IO/Internals.hs @@ -4,7 +4,7 @@ , RoleAnnotations #-} -{-# OPTIONS_HADDOCK hide #-} +{-# OPTIONS_HADDOCK not-home #-} ----------------------------------------------------------------------------- -- | -- Module : Data.Array.IO.Internal @@ -17,6 +17,18 @@ -- -- Mutable boxed and unboxed arrays in the IO monad. -- +-- = WARNING +-- +-- This module is considered __internal__. +-- +-- The Package Versioning Policy __does not apply__. +-- +-- The contents of this module may change __in any way whatsoever__ +-- and __without any warning__ between minor versions of this package. +-- +-- Authors importing this module are expected to track development +-- closely. +-- ----------------------------------------------------------------------------- module Data.Array.IO.Internals ( diff --git a/Data/Array/Storable/Internals.hs b/Data/Array/Storable/Internals.hs index 3fcd73a0fc370e3875967c3a88d5818b09387eb8..40403b52f180591881a991095730088e10fffa69 100644 --- a/Data/Array/Storable/Internals.hs +++ b/Data/Array/Storable/Internals.hs @@ -1,5 +1,5 @@ {-# LANGUAGE FlexibleInstances, MultiParamTypeClasses, RoleAnnotations #-} -{-# OPTIONS_HADDOCK hide #-} +{-# OPTIONS_HADDOCK not-home #-} ----------------------------------------------------------------------------- -- | -- Module : Data.Array.Storable.Internals @@ -13,6 +13,18 @@ -- Actual implementation of "Data.Array.Storable". -- -- @since 0.4.0.0 +-- +-- = WARNING +-- +-- This module is considered __internal__. +-- +-- The Package Versioning Policy __does not apply__. +-- +-- The contents of this module may change __in any way whatsoever__ +-- and __without any warning__ between minor versions of this package. +-- +-- Authors importing this module are expected to track development +-- closely. ----------------------------------------------------------------------------- module Data.Array.Storable.Internals (