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,