Closed andreasabel closed 1 year ago
Relaxing to unix-2.8
will make directory-1.3.8
available which is no longer Safe
, so the safe
imports of System.Directory
need to be made vanilla imports, and {-# LANGUAGE Safe #-}
might have to be dropped from some MissingH
modules.
Just curious, who is still using this? I managed to migrate off of it, and the library seems to be a weird combination of all sorts of things. Not saying it shouldn't be maintained...
Dunno, here is a reverse dependency list: https://packdeps.haskellers.com/reverse/MissingH The problem with such a list is of course that it does not say much about your users: whether they are still buildable, used themselves etc. I am happy to pass on maintainership, I am just a steward of this package...
Currently relaxing to
unix-2.8
is not possible: