From 378dd2968d07b3780a2944bf91e3228671b51868 Mon Sep 17 00:00:00 2001 From: David Terei Date: Tue, 25 Oct 2011 20:43:23 -0700 Subject: Update base for latest Safe Haskell. --- libraries/base/Control/Monad/ST/Strict.hs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libraries/base/Control/Monad/ST/Strict.hs') diff --git a/libraries/base/Control/Monad/ST/Strict.hs b/libraries/base/Control/Monad/ST/Strict.hs index df5c12191a..4e474d95ae 100644 --- a/libraries/base/Control/Monad/ST/Strict.hs +++ b/libraries/base/Control/Monad/ST/Strict.hs @@ -1,9 +1,3 @@ -{-# LANGUAGE CPP #-} -#if sh_SAFE_DEFAULT -{-# LANGUAGE Safe #-} -#else -{-# LANGUAGE Unsafe #-} -#endif ----------------------------------------------------------------------------- -- | -- Module : Control.Monad.ST.Strict @@ -22,9 +16,5 @@ module Control.Monad.ST.Strict ( module Control.Monad.ST ) where -#if sh_SAFE_DEFAULT -import safe Control.Monad.ST -#else import Control.Monad.ST -#endif -- cgit v1.2.1