Encoding functions in scope by default.

This commit is contained in:
Stephen Diehl
2016-06-30 22:56:00 -04:00
parent c2ca1677c8
commit 63d5ed625d
3 changed files with 25 additions and 10 deletions
+3
View File
@@ -8,6 +8,9 @@
* Removes ``throw`` and ``assert`` from ``Control.Exception`` exports.
* Removes ``unsafeShiftL`` and ``unsafeShiftR`` from ``Data.Bits`` exports.
* Reexport ``throw`` as ``unsafeThrow`` via Unsafe module.
* Hides all Show class functions. Only the Class itself is exported. Forbids
* custom instances that are not GHC derived.
* Export`` encodeUtf8`` and ``decodeUtf8`` functions by default.
0.1.5
=====