cmditch / elm-bigint

An elm implementation of the BigInt paradigm.
MIT License
15 stars 4 forks source link

Fix benchmarks to work with Elm 0.19.1 #2

Closed dhruvio closed 3 years ago

dhruvio commented 3 years ago

As the title states. Needed to recreate the elm.json file by using elm init and elm install to ensure all dependencies resolved.

cmditch commented 3 years ago

Thanks @dhruvio !