Re: [GHC] #4122: Data.Monoid doesn't need to depend on the Prelude

2010-06-15 Thread GHC
#4122: Data.Monoid doesn't need to depend on the Prelude
--+-
  Reporter:  tibbe|  Owner:  
  Type:  bug  | Status:  closed  
  Priority:  high |  Milestone:  6.14.1  
 Component:  libraries/base   |Version:  6.13
Resolution:  fixed|   Keywords:  
Difficulty:   | Os:  Unknown/Multiple
  Testcase:   |   Architecture:  Unknown/Multiple
   Failure:  Building GHC failed  |  
--+-
Changes (by simonmar):

  * status:  patch => closed
  * resolution:  => fixed


Comment:

 Done.  The attached patch depended on a patch by bos that I don't have, so
 re-recorded as:

 {{{
 Tue Jun 15 11:56:31 BST 2010  Simon Marlow 
   * don't depend on Prelude (#4122)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #4122: Data.Monoid doesn't need to depend on the Prelude

2010-06-09 Thread GHC
#4122: Data.Monoid doesn't need to depend on the Prelude
-+--
Reporter:  tibbe |Owner: 
Type:  bug   |   Status:  patch  
Priority:  high  |Milestone:  6.14.1 
   Component:  libraries/base|  Version:  6.13   
Keywords:|   Difficulty: 
  Os:  Unknown/Multiple  | Testcase: 
Architecture:  Unknown/Multiple  |  Failure:  Building GHC failed
-+--
Changes (by simonmar):

  * priority:  normal => high
  * milestone:  => 6.14.1


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #4122: Data.Monoid doesn't need to depend on the Prelude

2010-06-08 Thread GHC
#4122: Data.Monoid doesn't need to depend on the Prelude
-+--
Reporter:  tibbe |Owner: 
Type:  bug   |   Status:  patch  
Priority:  normal|Milestone: 
   Component:  libraries/base|  Version:  6.13   
Keywords:|   Difficulty: 
  Os:  Unknown/Multiple  | Testcase: 
Architecture:  Unknown/Multiple  |  Failure:  Building GHC failed
-+--
Changes (by igloo):

  * status:  new => patch


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #4122: Data.Monoid doesn't need to depend on the Prelude

2010-06-08 Thread GHC
#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: 
GHC 
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #4122: Data.Monoid doesn't need to depend on the Prelude

2010-06-08 Thread GHC
#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
-+--

Comment(by tibbe):

 I've attached a revised patch that adds `-XNoImplicitPrelude`. The same
 flag is set in the .cabal file but it doesn't hurt to be explicit.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs