mstksg / advent-of-code-ocr

Parsing ASCII art word solutions for advent of code
https://hackage.haskell.org/package/advent-of-code-ocr
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Use `th-compat` to fix GHC 9+ TH breakage #4

Closed pwm closed 1 year ago

pwm commented 1 year ago

Fixes https://github.com/mstksg/advent-of-code-ocr/issues/3

mstksg commented 1 year ago

lgtm, thanks so much! :)