Haskell-Things / HSlice

HSlice - A Haskell based slicer for 3D printing.
https://implicitcad.org/
GNU Affero General Public License v3.0
76 stars 5 forks source link

Cabal fixes #14

Closed sorki closed 4 years ago

sorki commented 4 years ago

Reformatted a bit, dropped -Weverything and added -Wunused-packages instead which is quite nice GHC8.10 feature. -Weverything is a bit too verbose and the clutter hides few "real" warnings.