con-kitty / categorifier

Interpret Haskell programs into any cartesian closed category.
BSD 3-Clause "New" or "Revised" License
57 stars 2 forks source link

-Werror for categorifier packages #75

Closed wavewave closed 2 years ago

zliu41 commented 2 years ago

Is it possible to turn on -Werror in CI but not in nix develop or nix-shell?

wavewave commented 2 years ago

Yes. it's possible. we can always customize that by applying appendConfigureFlags differently for different purposes. Note that this (as the current form) does not affect nix develop environment anyway since the env does not build the categorifier packages (only builds deps).

sellout commented 2 years ago

Superseded by #78.