From c11227161cc6809e7766402c12d2e6f6f91a9dfc Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Thu, 28 Dec 2023 12:15:58 -0600 Subject: [PATCH] fixup --- common/advent.cabal | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/common/advent.cabal b/common/advent.cabal index a333c18..99fc96d 100644 --- a/common/advent.cabal +++ b/common/advent.cabal @@ -42,6 +42,7 @@ library Advent.Group Advent.Input Advent.MaxClique + Advent.MinCut Advent.Memo Advent.Nat Advent.Orphans @@ -62,11 +63,13 @@ library build-tool-depends: alex:alex, happy:happy build-depends: - base ^>= {4.17, 4.18, 4.19}, array ^>= 0.5.4, + base ^>= {4.17, 4.18, 4.19}, containers ^>= {0.6, 0.7}, - template-haskell, + fgl ^>= 5.8, MemoTrie ^>= 0.6, + random ^>= 1.2, + template-haskell, transformers ^>= {0.5, 0.6}, vector ^>= 0.13,