Closed danstiner closed 6 years ago
readPackageDescription must be used with older cabal versions like 2.3, but it is deprecated and the new function is readGenericPackageDescription
readPackageDescription
readGenericPackageDescription
Using condition compilation aka CPP is probably the only way to work around this.
readPackageDescription
must be used with older cabal versions like 2.3, but it is deprecated and the new function isreadGenericPackageDescription
Using condition compilation aka CPP is probably the only way to work around this.