diff options
author | David Waern <david.waern@gmail.com> | 2008-05-01 12:54:01 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-05-01 12:54:01 +0000 |
commit | 808cf452200a22baff24c5bb87fd108127c29b5c (patch) | |
tree | 89ec0c0d374d9eee221f55cefb675a0dfc6883fd /src/Haddock/Interface | |
parent | 717631e299d2e869adbe59e98be0fee106abe1c2 (diff) |
Add LANGUAGE pragmas to source files
Diffstat (limited to 'src/Haddock/Interface')
-rw-r--r-- | src/Haddock/Interface/AttachInstances.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Haddock/Interface/AttachInstances.hs b/src/Haddock/Interface/AttachInstances.hs index e3acc6cf..7356b9be 100644 --- a/src/Haddock/Interface/AttachInstances.hs +++ b/src/Haddock/Interface/AttachInstances.hs @@ -5,6 +5,9 @@ -- +{-# LANGUAGE MagicHash #-} + + module Haddock.Interface.AttachInstances (attachInstances) where |