We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb05b4 commit 97b156dCopy full SHA for 97b156d
CHANGELOG.md
@@ -22,7 +22,10 @@ few steps:
22
work anywhere Vty works, then `vty-crossplatform` is the best choice.
23
2. Import `mkVty` from the platform package in step (1). (`mkVty` was
24
removed from the `vty` package and is now the responsibility of each
25
- platform package.)
+ 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`
29
3. Maintain any existing package dependency on `vty`; the core library
30
abstractions, types, and functions are still obtained from `vty`
31
itself. The platform packages do not re-export the core library's
0 commit comments