SignHash / signhash-webapp

MIT License
3 stars 0 forks source link

Compilation warnings in dependencies #8

Open jksf opened 6 years ago

jksf commented 6 years ago

I strongly believe that compilation warnings should be treated as an error (like -Werror in gcc). I am not an expert in PureScript but I think we should also follow this rule here. Currently, purescript-io and purescript-pipes produce compilation warnings. Can we do something with it?