hackage-cli
hackage-cli copied to clipboard
Support Cabal 3.12
lib/Distribution/Server/Util/CabalRevisions.hs:181:21: error: [GHC-83865]
• Couldn't match expected type: Maybe a1 -> [PackageCheck]
with actual type: [PackageCheck]
• The function ‘checkPackage’ is applied to two visible arguments,
but its type ‘GenericPackageDescription -> [PackageCheck]’
has only one
In the expression: checkPackage pkg Nothing
In an equation for ‘checks’: checks = checkPackage pkg Nothing
|
181 | let checks = checkPackage pkg Nothing
| ^^^^^^^^^^^^^^^^^^^^^^^^^