dropWhileEndLE breakage

2014-10-02 Thread Simon Peyton Jones
What's going on here? No other library module defines this function, except in Cabal! Simon libraries\base\GHC\Windows.hs:124:16: Not in scope: 'dropWhileEndLE' Perhaps you meant 'dropWhileEnd' (imported from Data.OldList) libraries/base/ghc.mk:4: recipe for target

Re: dropWhileEndLE breakage

2014-10-02 Thread Austin Seipp
(Replying to ghc-devs@ as well.) - Yes, you're quite right. I think a part of the original diff was actually missing. Please update/rebase your tree. I've reverted this in d6d5c127b86dc186b25add2843cb83fc12e72a85 On Thu, Oct 2, 2014 at 2:48 PM, Simon Peyton Jones

Re: dropWhileEndLE breakage

2014-10-02 Thread David Feuer
Simon Peyton Jones asked What's going on here? No other library module defines this function, except in Cabal! Simon That was my fault; I'm very sorry. I had added that function (similar to Data.List.dropWhileEnd, but not the same) to compiler/utils/Util.lhs and to another module that used