ref: 5d846d4c9574bdd2ac5204d46cf42005894393e5
parent: 29888210e1fbcb6fe53e361d2967620a9cde25d7
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Tue Jul 23 11:26:19 EDT 2024
Add missing exports.
--- a/lib/Control/Exception.hs
+++ b/lib/Control/Exception.hs
@@ -10,6 +10,8 @@
--
catch, catchJust,
handle, handleJust,
+
+ bracket, finally, bracket_, bracketOnError,
try,
throwIO,
--
⑨