Open arybczak opened 2 years ago
Since nobody likes them anyway and -Wall will no longer include -Wunticked-promoted-constructors starting with GHC 9.4.1, I'd like to add -Wno-unticked-promoted-constructors to our flags and drop the ticks.
-Wall
-Wunticked-promoted-constructors
-Wno-unticked-promoted-constructors
Let's do this
Since nobody likes them anyway and
-Wall
will no longer include-Wunticked-promoted-constructors
starting with GHC 9.4.1, I'd like to add-Wno-unticked-promoted-constructors
to our flags and drop the ticks.