diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-14 20:05:42 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-15 00:49:49 +0000 |
commit | f5e2ccab3677b80439c5220bcfbd9153ae367795 (patch) | |
tree | d3df670c2bd64efcc8280791bd8bdcc244ed0fb1 /compiler/utils | |
parent | b7126674a5f4ead9c73a6a2cbe0fbc85f7d36c12 (diff) | |
download | haskell-f5e2ccab3677b80439c5220bcfbd9153ae367795.tar.gz |
Set the way to 'dynamic' when running GHCi if GHCi is dynamically linked
Diffstat (limited to 'compiler/utils')
-rw-r--r-- | compiler/utils/Fingerprint.hsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/Fingerprint.hsc b/compiler/utils/Fingerprint.hsc index e006598e45..95f31c08bb 100644 --- a/compiler/utils/Fingerprint.hsc +++ b/compiler/utils/Fingerprint.hsc @@ -8,6 +8,7 @@ -- -- ---------------------------------------------------------------------------- +{-# OPTIONS_GHC -fno-warn-orphans #-} module Fingerprint ( Fingerprint(..), fingerprint0, readHexFingerprint, |