Skip to content

Commit 97b156d

Browse files
committed
CHANGELOG: add more import help to migration steps
1 parent aeb05b4 commit 97b156d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ few steps:
2222
work anywhere Vty works, then `vty-crossplatform` is the best choice.
2323
2. Import `mkVty` from the platform package in step (1). (`mkVty` was
2424
removed from the `vty` package and is now the responsibility of each
25-
platform package.)
25+
platform package.) Imports are as follows:
26+
* `vty-unix`: `Graphics.Vty.Platform.Unix`
27+
* `vty-windows`: `Graphics.Vty.Platform.Windows`
28+
* `vty-crossplatform`: `Graphics.Vty.CrossPlatform`
2629
3. Maintain any existing package dependency on `vty`; the core library
2730
abstractions, types, and functions are still obtained from `vty`
2831
itself. The platform packages do not re-export the core library's

0 commit comments

Comments
 (0)