mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-30 02:13:36 +03:00
10 lines
153 B
Haskell
10 lines
153 B
Haskell
|
module Main where
|
||
|
|
||
|
import Verify.Graphics.Vty.DisplayAttributes
|
||
|
import Verify.Graphics.Vty.Attributes
|
||
|
|
||
|
import Verify
|
||
|
|
||
|
main = run_test $ do
|
||
|
return ()
|