diff options
Diffstat (limited to 'libraries/base/Control/OldException.hs')
-rw-r--r-- | libraries/base/Control/OldException.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/Control/OldException.hs b/libraries/base/Control/OldException.hs index 6442d6789d..0b4d751080 100644 --- a/libraries/base/Control/OldException.hs +++ b/libraries/base/Control/OldException.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Trustworthy #-} {-# LANGUAGE CPP , NoImplicitPrelude , ForeignFunctionInterface |