diff options
Diffstat (limited to 'lakefile.lean')
| -rw-r--r-- | lakefile.lean | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lakefile.lean b/lakefile.lean index 3d6157a..212cf0e 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -23,3 +23,6 @@ lean_exe «aoc-2023» where -- `runFrontend`) at the expense of increased binary size on Linux. -- Remove this line if you do not need such functionality. supportInterpreter := true + +require BinaryHeap from git + "https://github.com/soulsource/BinaryHeap"@"v0.1.0" |
