#4168: Add StringPrimL to template-haskell
-------------------------------+--------------------------------------------
Reporter: ekmett | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone:
Component: Template Haskell | Version: 6.12.3
Resolution: fixed | Keywords:
Difficulty: | Os: Unknown/Multiple
Testcase: | Architecture: Unknown/Multiple
Failure: None/Unknown |
-------------------------------+--------------------------------------------
Changes (by simonpj):
* status: new => closed
* resolution: => fixed
Comment:
Done. One patch for GHC:
{{{
Fri Jul 30 14:19:22 BST 2010 [email protected]
* * Add StringPrimL as a constructor for Template Haskell (Trac #4168)
There are already constructors for IntPrim, FloatPrim etc,
so this makes it more uniform.
There's a corresponding patch for the TH library
}}}
and one for the template-haskell library:
{{{
Fri Jul 30 14:15:50 BST 2010 [email protected]
* Add a StringPrimL constructor to the Lit type (fix Trac #4168)
There's a corresponding patch in the main compiler
}}}
It's all very simple and uniform, but I have not tested it thoroughly.
Would you like to? Meanwhile I'll mark it as fixed.
Simon
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4168#comment:3>
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