Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Dec 28, 2023
1 parent 1424bf6 commit c112271
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions common/advent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ library
Advent.Group
Advent.Input
Advent.MaxClique
Advent.MinCut
Advent.Memo
Advent.Nat
Advent.Orphans
Expand All @@ -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,

Expand Down

0 comments on commit c112271

Please sign in to comment.