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/Haddock/Interface/AttachInstances.hs | |
parent | 108f1588d31c9f7b90f31b15be4489e6067982b0 (diff) |
Use LANGUAGE pragmas instead of default-extensions in cabal file
Diffstat (limited to 'src/Haddock/Interface/AttachInstances.hs')
-rw-r--r-- | src/Haddock/Interface/AttachInstances.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface/AttachInstances.hs b/src/Haddock/Interface/AttachInstances.hs index c012f2e0..d9f4350f 100644 --- a/src/Haddock/Interface/AttachInstances.hs +++ b/src/Haddock/Interface/AttachInstances.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE MagicHash #-} +{-# LANGUAGE CPP, MagicHash #-} ----------------------------------------------------------------------------- -- | -- Module : Haddock.Interface.AttachInstances |