From dea25e3359dbc15014b67cb122fea0f641b4f24e Mon Sep 17 00:00:00 2001 From: George Thomas Date: Thu, 4 Dec 2025 11:14:31 +0000 Subject: [PATCH] Add some useful dependencies --- haskell/aoc.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/haskell/aoc.cabal b/haskell/aoc.cabal index 07ada31..edab497 100644 --- a/haskell/aoc.cabal +++ b/haskell/aoc.cabal @@ -44,6 +44,8 @@ executable aoc exceptions, extra, filepath, + linear, + massiv, megaparsec, monad-loops, mtl,