Skip to content
Snippets Groups Projects
Commit 21b098c1 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Migrate to @since markup syntax

parent 6551ad9e
No related branches found
No related tags found
1 merge request!2Bring mirror up-to-date and bump base upper bound
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
-- . -- .
-- Safe API only of "Data.Array.IO". -- Safe API only of "Data.Array.IO".
-- --
-- /Since: 0.4.0.0/ -- @since 0.4.0.0
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module Data.Array.IO.Safe ( module Data.Array.IO.Safe (
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
-- . -- .
-- Safe API only of "Data.Array.MArray". -- Safe API only of "Data.Array.MArray".
-- --
-- /Since: 0.4.0.0/ -- @since 0.4.0.0
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module Data.Array.MArray.Safe ( module Data.Array.MArray.Safe (
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
-- --
-- Safe API only of "Data.Array.ST". -- Safe API only of "Data.Array.ST".
-- --
-- /Since: 0.4.0.0/ -- @since 0.4.0.0
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module Data.Array.ST.Safe ( module Data.Array.ST.Safe (
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
-- --
-- Actual implementation of "Data.Array.Storable". -- Actual implementation of "Data.Array.Storable".
-- --
-- /Since: 0.4.0.0/ -- @since 0.4.0.0
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module Data.Array.Storable.Internals ( module Data.Array.Storable.Internals (
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
-- --
-- Safe API only of "Data.Array.Storable". -- Safe API only of "Data.Array.Storable".
-- --
-- /Since: 0.4.0.0/ -- @since 0.4.0.0
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module Data.Array.Storable.Safe ( module Data.Array.Storable.Safe (
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
-- Contains the various unsafe operations that can be performed -- Contains the various unsafe operations that can be performed
-- on arrays. -- on arrays.
-- --
-- /Since: 0.4.0.0/ -- @since 0.4.0.0
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module Data.Array.Unsafe ( module Data.Array.Unsafe (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment