#2473: Data.Array.IO.Internals hidden in GHC6.8 for no good reason
-------------------------------+--------------------------------------------
 Reporter:  ryani              |          Owner:  igloo  
     Type:  bug                |         Status:  new    
 Priority:  normal             |      Milestone:         
Component:  libraries (other)  |        Version:  6.8.3  
 Severity:  normal             |     Resolution:         
 Keywords:                     |     Difficulty:  Unknown
 Testcase:                     |   Architecture:  Unknown
       Os:  Unknown            |  
-------------------------------+--------------------------------------------
Changes (by igloo):

  * owner:  => igloo
  * difficulty:  => Unknown

Comment:

 It was hidden by:
 {{{
 Sat Nov 11 11:32:48 GMT 2006  Ross Paterson <[EMAIL PROTECTED]>
   * hide Data.Array.IO.Internals

   It's hidden from haddock, and everything it exports is re-exported by
   Data.Array.IO.
 }}}
 which isn't quite accurate, as `Data.Array.IO` re-exports `IOArray` and
 `IOUArray` abstractly.

 I think that `.Internal` modules aren't really part of the API, so I'll
 just re-expose it.

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