Move throw to Unsafe exports.

This commit is contained in:
Stephen Diehl
2016-06-30 18:48:55 -04:00
parent 89fdc587e0
commit b8479ebcb5
3 changed files with 11 additions and 1 deletions
+2
View File
@@ -6,6 +6,8 @@
* Removes ``string-conv`` dependency so Stack build works without ``extra-deps``.
* Brings ``Callstack`` machinery in for GHC 8.x.
* Removes ``throw`` and ``assert`` from ``Control.Exception`` exports.
* Removes ``unsafeShiftL`` and ``unsafeShiftR`` from ``Data.Bits`` exports.
* Reexport ``throw`` as ``unsafeThrow`` via Unsafe module.
0.1.5
=====