diff options
Diffstat (limited to 'libraries/base/Data/STRef/Strict.hs')
-rw-r--r-- | libraries/base/Data/STRef/Strict.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/Data/STRef/Strict.hs b/libraries/base/Data/STRef/Strict.hs index 9eb54a528e..202df73450 100644 --- a/libraries/base/Data/STRef/Strict.hs +++ b/libraries/base/Data/STRef/Strict.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Safe #-} ----------------------------------------------------------------------------- -- | -- Module : Data.STRef.Strict |