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