#4122: Data.Monoid doesn't need to depend on the Prelude
---------------------------------+------------------------------------------
Reporter: tibbe | Owner:
Type: bug | Status: new
Priority: normal | Component: libraries/base
Version: 6.13 | Keywords:
Os: Unknown/Multiple | Testcase:
Architecture: Unknown/Multiple | Failure: Building GHC failed
---------------------------------+------------------------------------------
`Data.Monoid` currently depends on the `Prelude`, causing an import cycle
in the new I/O manager. This patch replaces the dependency on the
`Prelude` with modules in the `GHC` hierarchy, breaking the cycle.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4122>
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