Skip to content

Commit a51a725

Browse files
committed
Reexport Typeable
1 parent 7e0919f commit a51a725

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: ChangeLog.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Add missing `toSyncException` inside `impureThrow`
44
* Conditionally export `displayException` for older GHCs
5+
* Re-export `Typeable`
56

67
## 0.1.0.0
78

Diff for: src/Control/Exception/Safe.hs

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module Control.Exception.Safe
5757
-- FIXME , C.tryIOError
5858
, C.Handler (..)
5959
, Exception (..)
60+
, Typeable
6061
, SomeException (..)
6162
, SomeAsyncException (..)
6263
, E.IOException

0 commit comments

Comments
 (0)