Add some basic dependencies

This commit is contained in:
George Thomas 2025-12-02 00:58:46 +00:00
parent f193b7c359
commit 5db06f95a7

View File

@ -13,3 +13,21 @@ executable aoc
-Wall
build-depends:
base >= 4.14,
async,
base,
binary,
bytestring,
colour,
containers,
directory,
exceptions,
extra,
filepath,
megaparsec,
mtl,
pretty-simple,
safe,
stm,
text,
time,
transformers,