I'd like to build pugs on OS X and so I've installed ghc 6.6.1 and the extras from source. Anyway making pugs ends on this point:
[17 of 92] Compiling Pugs.Internals ( src/Pugs/Internals.hs, dist/bu +ild/Pugs/Internals.o ) src/Pugs/Internals.hs:124:26: Module `Control.Monad.RWS' does not export `MonadIO(..)' src/Pugs/Internals.hs:124:89: Module `Control.Monad.RWS' does not export `MonadTrans(..)' src/Pugs/Internals.hs:124:111: Module `Control.Monad.RWS' does not export `ReaderT(..)' src/Pugs/Internals.hs:124:124: Module `Control.Monad.RWS' does not export `WriterT(..)' src/Pugs/Internals.hs:124:137: Module `Control.Monad.RWS' does not export `when' src/Pugs/Internals.hs:124:143: Module `Control.Monad.RWS' does not export `join' src/Pugs/Internals.hs:124:149: Module `Control.Monad.RWS' does not export `liftM' src/Pugs/Internals.hs:124:156: Module `Control.Monad.RWS' does not export `filterM' src/Pugs/Internals.hs:124:173: Module `Control.Monad.RWS' does not export `unless' src/Pugs/Internals.hs:124:187: Module `Control.Monad.RWS' does not export `foldM' src/Pugs/Internals.hs:124:194: Module `Control.Monad.RWS' does not export `guard' src/Pugs/Internals.hs:124:201: Module `Control.Monad.RWS' does not export `liftM2' src/Pugs/Internals.hs:124:209: Module `Control.Monad.RWS' does not export `liftM3' src/Pugs/Internals.hs:124:217: Module `Control.Monad.RWS' does not export `fix' src/Pugs/Internals.hs:124:222: Module `Control.Monad.RWS' does not export `mplus' src/Pugs/Internals.hs:124:229: Module `Control.Monad.RWS' does not export `mappend' src/Pugs/Internals.hs:124:238: Module `Control.Monad.RWS' does not export `mzero' src/Pugs/Internals.hs:124:245: Module `Control.Monad.RWS' does not export `mconcat' src/Pugs/Internals.hs:124:254: Module `Control.Monad.RWS' does not export `msum' Build failed: 256 at util/build_pugs.pl line 360. make: *** [pugs] Error 2 AUDREYT/Perl6-Pugs-6.2.13.tar.gz /usr/bin/make -- NOT OK Failed during this command: AUDREYT/Perl6-Pugs-6.2.13.tar.gz : make NO
Anyone an idea how to proceed?

In reply to Building Perl6::Pugs on OS X with GHC 6.61 by neniro

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.