summaryrefslogtreecommitdiff
path: root/utils/hsc2hs/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hsc2hs/Main.hs')
-rw-r--r--utils/hsc2hs/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hsc2hs/Main.hs b/utils/hsc2hs/Main.hs
index a939f319d1..978cc4beb7 100644
--- a/utils/hsc2hs/Main.hs
+++ b/utils/hsc2hs/Main.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS -fffi -cpp #-}
+{-# LANGUAGE CPP, ForeignFunctionInterface #-}
------------------------------------------------------------------------
-- Program for converting .hsc files to .hs files, by converting the