TokTok / hs-msgpack-binary

Haskell implementation of MessagePack / msgpack.org
http://msgpack.org/
Other
16 stars 10 forks source link

Add GHC warning flags to bazel build. #52

Closed iphydf closed 6 years ago

iphydf commented 6 years ago

-Werror is fine here because we control the exact version of GHC we are building with (currently 8.2.2), so there is no risk of getting different warnings on different installations.


This change is Reviewable