summaryrefslogtreecommitdiff
path: root/lakefile.lean
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2024-09-01 00:03:28 +0200
committerAndreas Grois <andi@grois.info>2024-09-01 00:03:28 +0200
commit539545228c4d78cc3fdbf369c3934ad27fd17b32 (patch)
treef59c46671f0bf4ba23159f17bfbcda3026fa3f72 /lakefile.lean
parent2b6a25a248d7e588cdef266d8d62f50568c5de10 (diff)
Move BinaryHeap to its own Github project.
Diffstat (limited to 'lakefile.lean')
-rw-r--r--lakefile.lean3
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"