Skip to content

Remove the Trustworthy and Safe pragmas and bump the version of the package to 0.7.0.0

BinderDavid requested to merge prepare-0.7.0.0 into master

See ghc/ghc#23732 (closed)

I removed the Safe and Trustworthy annotations, since one of our dependencies (directory) is no longer considered safe. The PVP is not explicit on what to do here, but since it can break client code I think that we should bump a major version here.

Merge request reports