mtesseract / nakadi-client

Haskell Client Library for the Nakadi Event Broker
Other
13 stars 9 forks source link

Implement devel flag cabal #53

Closed mtesseract closed 6 years ago

mtesseract commented 6 years ago

Hackage doesn't seem to accept packages which have -Werror set unconditionally. This implements a flag 'devel' for the nakad-client package, which activates -Werror.

mtesseract commented 6 years ago

@etorreborre @vitold @amrhassan FYI

etorreborre commented 6 years ago

I was totally unaware of that, maybe it is to avoid breaking package on innocent warnings?

mtesseract commented 6 years ago

Yes, that seems to be the reason. New GHC versions may introduce new warnings, hence rendering such packages broken.