Skip to content

Commit

Permalink
CHANGELOG: add more import help to migration steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Oct 25, 2023
1 parent aeb05b4 commit 97b156d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97b156d

Please sign in to comment.