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
Trying to work around #5756 in my Cabal hook, I can't easily make a
noticeSay::Verbosity->Text->IO()
using say because lots of functions used inside notice aren't exported.
Now I have to copy-paste many functions from that module in order to do it; this is wasting a lot of time to get simple things done.
Cabal should export all the useful functions that aren't public API in an .Internal module, so that people can use that to work around problems until things get fixed upstream.
The text was updated successfully, but these errors were encountered:
Trying to work around #5756 in my Cabal hook, I can't easily make a
using
say
because lots of functions used insidenotice
aren't exported.Now I have to copy-paste many functions from that module in order to do it; this is wasting a lot of time to get simple things done.
Cabal should export all the useful functions that aren't public API in an
.Internal
module, so that people can use that to work around problems until things get fixed upstream.The text was updated successfully, but these errors were encountered: