--- a/brick.cabal
+++ b/brick.cabal
@@ -96,7 +96,7 @@ library
 
   build-depends:       base >= 4.9.0.0 && < 4.21.0.0,
                        vty >= 6.0,
-                       vty-crossplatform,
+                       vty-unix,
                        bimap >= 0.5 && < 0.6,
                        data-clist >= 0.1,
                        directory >= 1.2.5.0,
@@ -160,7 +160,7 @@ executable brick-tail-demo
                        brick,
                        text,
                        vty,
-                       vty-crossplatform,
+                       vty-unix,
                        random,
                        microlens-th,
                        microlens-mtl
@@ -204,7 +204,7 @@ executable brick-form-demo
                        text,
                        microlens,
                        microlens-th,
-                       vty-crossplatform,
+                       vty-unix,
                        vty
 
 executable brick-text-wrap-demo
@@ -262,7 +262,7 @@ executable brick-viewport-scrollbars-dem
   build-depends:       base,
                        brick,
                        vty,
-                       vty-crossplatform,
+                       vty-unix,
                        text,
                        microlens,
                        microlens-mtl,
--- a/src/Brick/Main.hs
+++ b/src/Brick/Main.hs
@@ -77,7 +77,7 @@ import Graphics.Vty
   , restoreInputState
   , inputIface
   )
-import Graphics.Vty.CrossPlatform (mkVty)
+import Graphics.Vty.Platform.Unix (mkVty)
 import Graphics.Vty.Config (defaultConfig)
 import Graphics.Vty.Attributes (defAttr)
 
