From 97b156dbf599560108eb80c77c707d9d75516b81 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Wed, 25 Oct 2023 10:05:16 -0700 Subject: [PATCH] CHANGELOG: add more import help to migration steps --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b58686..0f35b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,10 @@ few steps: work anywhere Vty works, then `vty-crossplatform` is the best choice. 2. Import `mkVty` from the platform package in step (1). (`mkVty` was removed from the `vty` package and is now the responsibility of each - platform package.) + platform package.) Imports are as follows: + * `vty-unix`: `Graphics.Vty.Platform.Unix` + * `vty-windows`: `Graphics.Vty.Platform.Windows` + * `vty-crossplatform`: `Graphics.Vty.CrossPlatform` 3. Maintain any existing package dependency on `vty`; the core library abstractions, types, and functions are still obtained from `vty` itself. The platform packages do not re-export the core library's