cabal-club / cabal-core

Core database and replication for cabal.
GNU Affero General Public License v3.0
303 stars 43 forks source link

Upgrade sodium-universal for faster install #106

Closed ralphtheninja closed 3 years ago

ralphtheninja commented 3 years ago

There was a tiny discrepancy where some parts were using sodium-native@3.2.1 and others using sodium-native@2.4.9, which for some reason had to compile on linux.

Reduces install time from about 1 minute 40 seconds to sub 10 seconds.

hackergrrl commented 3 years ago

Yay nice! Thanks @ralphtheninja.