From a0973d09a5b4f6a08b35c0b3de371c895d7d847a Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Thu, 31 Jan 2019 15:37:58 -0800 Subject: Remove `Documentation.Haddock.Utf8` The circumstances under which this module appeared are completely gone. The Hyperlinker backend no longer needs this module (it uses the more efficient `Encoding` module from `ghc`). Why no deprecation? Because this module really shouldn't exist! - It isn't used in `haddock-library`/`haddock-api` anymore - It was copy pasted directly from `utf8-string` - Folks seeking a boot-lib only solution can use `ghc`'s `Encoding` --- haddock-library/CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'haddock-library/CHANGES.md') diff --git a/haddock-library/CHANGES.md b/haddock-library/CHANGES.md index 971d8dc7..265579ca 100644 --- a/haddock-library/CHANGES.md +++ b/haddock-library/CHANGES.md @@ -1,7 +1,10 @@ -## TBA +## Changes in version 1.8.0 * Support inline markup in markdown-style links (#875) + * Remove now unused `Documentation.Haddock.Utf8` module. + This module was anyways copied from the `utf8-string` package. + ## Changes in version 1.7.0 * Make `Documentation.Haddock.Parser.Monad` an internal module -- cgit v1.2.3