Skip to content

Commit

Permalink
Removed 'highly experimental' warning comment from Data.Containers
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 13, 2024
1 parent 8e99fdf commit c7a27c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mono-traversable/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for mono-traversable

## 1.0.19.1

* Removed 'highly experimental' warning haddock comment from Data.Containers.

## 1.0.19.0

* Added `filterWithKey` to `IsMap`.
Expand Down
1 change: 0 additions & 1 deletion mono-traversable/src/Data/Containers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE CPP #-}
{-# LANGUAGE TypeOperators #-}
-- | Warning: This module should be considered highly experimental.
module Data.Containers where

import Prelude hiding (lookup)
Expand Down

0 comments on commit c7a27c3

Please sign in to comment.