aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-11-16 00:12:00 +0000
committerDavid Waern <david.waern@gmail.com>2010-11-16 00:12:00 +0000
commitcaaf70f74df9bfa1b18cc8b5f14f9b2f1fd9e357 (patch)
tree4938b26c5933845c55ec147ee5ebc33028c211a3 /src/Main.hs
parent6203b6fdbacddea7178d26381d7f433ff6ffa03f (diff)
Remove LANGUAGE ForeignFunctionInterface pragmas
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 77f203f4..472f56b7 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -1,5 +1,5 @@
{-# OPTIONS_GHC -Wwarn #-}
-{-# LANGUAGE ForeignFunctionInterface, ScopedTypeVariables #-}
+{-# LANGUAGE ScopedTypeVariables #-}
-----------------------------------------------------------------------------
-- |
-- Module : Main