#4438: Rename and register the "PArr" language extension when it is judged to be
ready
---------------------------------+------------------------------------------
    Reporter:  duncan            |       Owner:                       
        Type:  task              |      Status:  new                  
    Priority:  normal            |   Component:  Data Parallel Haskell
     Version:                    |    Keywords:                       
    Testcase:                    |   Blockedby:                       
          Os:  Unknown/Multiple  |    Blocking:                       
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown         
---------------------------------+------------------------------------------
 Language extensions used in distributed packages need to be registered in
 `Language.Haskell.Extension` (which currently lives in the Cabal lib).

 When the DPH hackers think that the `PArr` extension is ready for public
 consumption then they should register it. It will need to be renamed to
 something more descriptive, see the `Language.Haskell.Extension` module
 for examples. The style is to use full words. Perhaps `ParallelArrays`
 would be an appropriate choice.

 Currently the `PArr` extension is the only GHC extension that is
 deliberately not registered (there are others that are accidentally not
 registered). It is listed as an exception in the testsuite test that
 checks for GHC extensions that are accidentally not registered. See ticket
 #4437.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4438>
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