From 10c1d6ccde36ed748f42075c934d7aa68d2c091e Mon Sep 17 00:00:00 2001 From: sforman Date: Sat, 2 Sep 2023 11:11:42 -0700 Subject: [PATCH] Let's use bignums. --- implementations/Elm/elm.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/implementations/Elm/elm.json b/implementations/Elm/elm.json index ce2a08d..2a5addc 100644 --- a/implementations/Elm/elm.json +++ b/implementations/Elm/elm.json @@ -8,10 +8,12 @@ "direct": { "elm/browser": "1.0.2", "elm/core": "1.0.5", - "elm/html": "1.0.0" + "elm/html": "1.0.0", + "harfangk/elm-bignum": "1.0.0" }, "indirect": { "elm/json": "1.1.3", + "elm/regex": "1.0.0", "elm/time": "1.0.0", "elm/url": "1.0.0", "elm/virtual-dom": "1.0.3"