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/GHC/Fingerprint.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libraries/base/GHC/Fingerprint.hs') diff --git a/libraries/base/GHC/Fingerprint.hs b/libraries/base/GHC/Fingerprint.hs index 1a05e52dff..d1b3831ccd 100644 --- a/libraries/base/GHC/Fingerprint.hs +++ b/libraries/base/GHC/Fingerprint.hs @@ -1,9 +1,10 @@ -{-# LANGUAGE Unsafe #-} +{-# LANGUAGE Trustworthy #-} {-# LANGUAGE NoImplicitPrelude , BangPatterns , ForeignFunctionInterface , EmptyDataDecls #-} + -- ---------------------------------------------------------------------------- -- -- (c) The University of Glasgow 2006 @@ -74,3 +75,4 @@ foreign import ccall unsafe "MD5Update" c_MD5Update :: Ptr MD5Context -> Ptr Word8 -> CInt -> IO () foreign import ccall unsafe "MD5Final" c_MD5Final :: Ptr Word8 -> Ptr MD5Context -> IO () + -- cgit v1.2.1