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

Re: binNMUs.hs



Hi,

Am 29. Juli 2018 04:26:33 GMT-03:00 schrieb Clint Adams <clint@debian.org>:
>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.

On the road right now. Happy with any free license. You can consider my parts MIT licensed.


>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?

It's not a noop! It probably needs 
{- LANGUAGE NonDecreasingIndentation -}
or what that's called. I did not use cabal to build it, just plain GHC.

Cheers,
Joachim



Reply to: