diff options
author | Simon Hengel <sol@typeful.net> | 2012-05-16 13:37:02 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-05-27 08:50:02 +0200 |
commit | 1483f369caaacc25e07f9715b15e49c35205b417 (patch) | |
tree | fac83b939903c9a4dcced15ded9b86d809ac3fdb /src/Main.hs | |
parent | 108f1588d31c9f7b90f31b15be4489e6067982b0 (diff) |
Use LANGUAGE pragmas instead of default-extensions in cabal file
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index 8c15661d..52406821 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,5 +1,5 @@ {-# OPTIONS_GHC -Wwarn #-} -{-# LANGUAGE ScopedTypeVariables #-} +{-# LANGUAGE CPP, ScopedTypeVariables #-} ----------------------------------------------------------------------------- -- | -- Module : Main |