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
{{ message }}
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.
We currently use some deprecated functions in
Hadrian.Haskell.Cabal.Parse
, e.g.externalPackageDeps
:https://hackage.haskell.org/package/Cabal-2.2.0.1/docs/Distribution-Simple-LocalBuildInfo.html#v:externalPackageDeps
I temporarily added
-Wno-deprecations
to silent the warnings.I already fixed one warning by switching from
finalizePackageDescription
tofinalizePD
. The rest shouldn't be difficult either.The text was updated successfully, but these errors were encountered: