summaryrefslogtreecommitdiff
path: root/libraries/base/Foreign/C/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/Foreign/C/Types.hs')
-rw-r--r--libraries/base/Foreign/C/Types.hs8
1 files changed, 2 insertions, 6 deletions
diff --git a/libraries/base/Foreign/C/Types.hs b/libraries/base/Foreign/C/Types.hs
index 39ba2a868c..e6ffaf0ce7 100644
--- a/libraries/base/Foreign/C/Types.hs
+++ b/libraries/base/Foreign/C/Types.hs
@@ -1,11 +1,7 @@
{-# LANGUAGE Trustworthy #-}
-{-# LANGUAGE CPP
- , NoImplicitPrelude
- , MagicHash
- , GeneralizedNewtypeDeriving
- #-}
+{-# LANGUAGE CPP, NoImplicitPrelude, MagicHash, GeneralizedNewtypeDeriving,
+ AutoDeriveTypeable, StandaloneDeriving #-}
{-# OPTIONS_GHC -fno-warn-unused-binds #-}
-{-# LANGUAGE AutoDeriveTypeable, StandaloneDeriving #-}
-- XXX -fno-warn-unused-binds stops us warning about unused constructors,
-- but really we should just remove them if we don't want them