diff options
author | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2014-02-03 11:14:04 +0100 |
---|---|---|
committer | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2014-02-03 11:14:04 +0100 |
commit | 526cbc7a415eb467adbc13e55a80d8a5abbd02ba (patch) | |
tree | b573ceb6e6eb1a52ccb347636fa5940239356bb4 /compiler/cmm/CmmLive.hs | |
parent | 5f64b2c6e8f1799d7015098598f7d6e826707e6c (diff) | |
download | haskell-526cbc7a415eb467adbc13e55a80d8a5abbd02ba.tar.gz |
Document deprecations in Hoopl
Diffstat (limited to 'compiler/cmm/CmmLive.hs')
-rw-r--r-- | compiler/cmm/CmmLive.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cmm/CmmLive.hs b/compiler/cmm/CmmLive.hs index e405fbe038..24202cbe8c 100644 --- a/compiler/cmm/CmmLive.hs +++ b/compiler/cmm/CmmLive.hs @@ -2,6 +2,7 @@ {-# LANGUAGE GADTs #-} {-# LANGUAGE ScopedTypeVariables #-} +-- See Note [Deprecations in Hoopl] in Hoopl module {-# OPTIONS_GHC -fno-warn-warnings-deprecations #-} module CmmLive |