You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the cryptol makefile runs cabal install and cabal build, which yield warnings about legacy features in modern versions of cabal. These should be updated to use the newer v2 cabal commands.
The build instructions in README.md also need to be updated accordingly.
The text was updated successfully, but these errors were encountered:
Currently the cryptol makefile runs
cabal install
andcabal build
, which yield warnings about legacy features in modern versions of cabal. These should be updated to use the newerv2
cabal commands.The build instructions in
README.md
also need to be updated accordingly.The text was updated successfully, but these errors were encountered: