diff options
Diffstat (limited to 'libraries/base/GHC/Num.lhs')
-rw-r--r-- | libraries/base/GHC/Num.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/GHC/Num.lhs b/libraries/base/GHC/Num.lhs index 5dc5e753d1..b7b026048c 100644 --- a/libraries/base/GHC/Num.lhs +++ b/libraries/base/GHC/Num.lhs @@ -1,4 +1,5 @@ \begin{code} +{-# LANGUAGE Trustworthy #-} {-# LANGUAGE CPP, NoImplicitPrelude, MagicHash, UnboxedTuples #-} -- We believe we could deorphan this module, by moving lots of things -- around, but we haven't got there yet: |