#4900: DEPENDS pragma
-------------------------------+--------------------------------------------
  Reporter:  cdsmith           |          Owner:  igloo           
      Type:  feature request   |         Status:  new             
  Priority:  normal            |      Milestone:  7.6.1           
 Component:  Build System      |        Version:                  
Resolution:                    |       Keywords:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:                  
  Testcase:  TH_Depends        |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------
Changes (by GregWeber):

  * owner:  => igloo


Comment:

 Sorry for not exporting! Ian, can you please get the export into the final
 GHC release?

 {{{
 diff --git a/Language/Haskell/TH/Syntax.hs b/Language/Haskell/TH/Syntax.hs
 index 8533266..9c464cf 100644

 --- a/Language/Haskell/TH/Syntax.hs
 +++ b/Language/Haskell/TH/Syntax.hs
 @@ -26,7 +26,7 @@ module Language.Haskell.TH.Syntax(
         Q, runQ,
         report, recover, reify,
          lookupTypeName, lookupValueName,
 -       location, runIO,
 +       location, runIO, addDependentFile,
          isInstance, reifyInstances,

         -- * Names
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4900#comment:39>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to