diff options
author | Hécate Moonlight <hecate+gitlab@glitchbra.in> | 2022-02-25 23:33:29 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-28 07:14:42 -0500 |
commit | d734ef8f78203b856dcfaf19eaebfed6ec623850 (patch) | |
tree | 6b6c1b6425395276faad39fba4250c8cd92af321 /libraries/base/Data/Dynamic.hs | |
parent | 38cb920e3c7bea7348a245c8602ea9562622f9cc (diff) | |
download | haskell-d734ef8f78203b856dcfaf19eaebfed6ec623850.tar.gz |
Make modules in base stable.
fix #18963
Diffstat (limited to 'libraries/base/Data/Dynamic.hs')
-rw-r--r-- | libraries/base/Data/Dynamic.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Data/Dynamic.hs b/libraries/base/Data/Dynamic.hs index 89aaaa33a6..9e24462a42 100644 --- a/libraries/base/Data/Dynamic.hs +++ b/libraries/base/Data/Dynamic.hs @@ -11,7 +11,7 @@ -- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org --- Stability : experimental +-- Stability : stable -- Portability : portable -- -- The Dynamic interface provides basic support for dynamic types. |