[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

binNMUs.hs



Trying to get `binNMUs` more easily buildable by other people, I ran
into a couple of issues:

1) Can we slap some licensing info on this thing?  I'm assuming nobody
besides Joachim and James have any reasonable copyright claim.

2) Even though GHC is happy to build the current source, cabal chokes
with

binNMUs.hs:181:35: error: Empty 'do' block
    |
181 |         unless (ignoreStatus s) $ do
    |                            

So should we correct this to the intended behavior and indent the do
block or should we legitimize the current actual behavior and remove
the no-op?


Reply to: