#3559: split ghci modules off into their own package
-------------------------------+--------------------------------------------
  Reporter:  igloo             |          Owner:                  
      Type:  task              |         Status:  new             
  Priority:  normal            |      Milestone:  6.14.1          
 Component:  GHCi              |        Version:  6.10.4          
  Severity:  normal            |       Keywords:                  
Difficulty:  Unknown           |       Testcase:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-------------------------------+--------------------------------------------
 ghci code should be split into bits that are always compiled (and always
 work), and modules that are in a separate `ghci` package. The current
 situation means that clients of the GHC API cannot specify whether or not
 they need the ghci modules (or other code inside `GHCI` ifdefs), and means
 that clients may accidentally end up using ghci-only interfaces without
 realising it. This is not just hypothetical: haddock has grown a
 dependency on ghci code: #3558.

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