From 5db06f95a74bab99deabe95a872f62558abaf87d Mon Sep 17 00:00:00 2001 From: George Thomas Date: Tue, 2 Dec 2025 00:58:46 +0000 Subject: [PATCH] Add some basic dependencies --- aoc.cabal | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/aoc.cabal b/aoc.cabal index cf536f8..01b732e 100644 --- a/aoc.cabal +++ b/aoc.cabal @@ -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,