diff options
| author | David Terei <davidterei@gmail.com> | 2011-06-06 13:45:46 -0700 |
|---|---|---|
| committer | David Terei <davidterei@gmail.com> | 2011-06-17 20:40:34 -0700 |
| commit | c838658103c644ef6c32e92025b1d4999aa0f9bd (patch) | |
| tree | d38d76f235e20fb76f8321bd060fe57b45216c43 /compiler/ghci | |
| parent | 4f9675b2e0533000aeda861f3b4c04dd9ad79970 (diff) | |
| download | haskell-c838658103c644ef6c32e92025b1d4999aa0f9bd.tar.gz | |
SafeHaskell: Fix validation errors when unsafe base used
Diffstat (limited to 'compiler/ghci')
| -rw-r--r-- | compiler/ghci/RtClosureInspect.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index 8e2c92cd37..358c7e63c3 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -66,7 +66,7 @@ import Data.List import qualified Data.Sequence as Seq import Data.Monoid import Data.Sequence (viewl, ViewL(..)) -import Foreign +import Foreign.Safe import System.IO.Unsafe --------------------------------------------- |
