Re: [commit: base] master: GHC.Event.IntMap.highestBitMap reimplementation (26b449e)

Johan Tibell <[email protected]> Thu, 13 Dec 2012 09:03:59 -0800
Newsgroups gmane.comp.lang.haskell.cvs.libraries
Message-ID <CAK-tuPZDpMuYgpkki+hKDfsqv-3=4gWoYQDP-uSf8+bzvUhBnw@mail.gmail.com>
On Thu, Dec 13, 2012 at 5:05 AM, Ian Lynagh <[email protected]> wrote:
> Please remember to validate before pushing. This patch breaks the build
> with:
>
>     libraries/base/GHC/Event/IntMap.hs:97:1: Warning:
>         Defined but not used: `shiftRL'
>
> I'm not sure whether you intended to use shiftR or shiftRL; could you
> push a fix please?

Sorry about that. The build is currently broken for other reasons.
I've pushed what I think is the correct fix.