diff options
author | David Terei <davidterei@gmail.com> | 2011-10-25 11:13:08 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-10-25 11:13:17 -0700 |
commit | c9dceb6d3b3ac855d97db8957dcf181658eaf7ae (patch) | |
tree | 6502affa2b333d3329c213c06ebf18b5917f8b87 /libraries/base/GHC/Fingerprint.hs-boot | |
parent | cd6a715806f64b5ccb0cbcfb7ea00a19d4fff978 (diff) | |
download | haskell-c9dceb6d3b3ac855d97db8957dcf181658eaf7ae.tar.gz |
Update base for new Safe Haskell design
Diffstat (limited to 'libraries/base/GHC/Fingerprint.hs-boot')
-rw-r--r-- | libraries/base/GHC/Fingerprint.hs-boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/GHC/Fingerprint.hs-boot b/libraries/base/GHC/Fingerprint.hs-boot index 35fd354237..36833b8ed2 100644 --- a/libraries/base/GHC/Fingerprint.hs-boot +++ b/libraries/base/GHC/Fingerprint.hs-boot @@ -1,3 +1,4 @@ +{-# LANGUAGE Unsafe #-} {-# LANGUAGE NoImplicitPrelude #-} module GHC.Fingerprint ( fingerprintString, |