#1755: Template Haskell quoting bug
---------------------------------+------------------------------------------
    Reporter:  guest             |        Owner:         
        Type:  bug               |       Status:  new    
    Priority:  low               |    Milestone:         
   Component:  Template Haskell  |      Version:  6.6.1  
    Severity:  minor             |   Resolution:         
    Keywords:                    |   Difficulty:  Unknown
          Os:  Unknown           |     Testcase:         
Architecture:  Multiple          |  
---------------------------------+------------------------------------------
Comment (by guest):

 below is what GHC says:
 {{{
 $ ghci ghc_th_bug.hs
    ___         ___ _
   / _ \ /\  /\/ __(_)
  / /_\// /_/ / /  | |      GHC Interactive, version 6.6, for Haskell 98.
 / /_\\/ __  / /___| |      http://www.haskell.org/ghc/
 \____/\/ /_/\____/|_|      Type :? for help.

 Loading package base ... linking ... done.
 [1 of 2] Compiling Foo              ( Foo.hs, interpreted )
 [2 of 2] Compiling Main             ( ghc_th_bug.hs, interpreted )
 Loading package template-haskell ... linking ... done.
 ghc-6.6: panic! (the 'impossible' happened)
   (GHC version 6.6 for i386-apple-darwin):
         nameModule foo{v a16Q}

 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

 >
 }}}

 -- This post is from Keigo IMAI (keigo.imai _at_ gmail.com).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1755#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to