Skip to content

Commit

Permalink
Fix ghc warnings about head/tail
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Dec 3, 2023
1 parent 682c08c commit abca149
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/advent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ flag visualize
library
hs-source-dirs: src
default-language: Haskell2010

if impl(ghc >= 9.8)
ghc-options: -Wno-x-partial

exposed-modules:
Advent
Expand Down

0 comments on commit abca149

Please sign in to comment.