mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-29 16:54:42 +03:00
f3f6af5989
Ignore-this: cf8f3d06e3c2fe5d580ea699b838e222 darcs-hash:20091109020018-f0a0d-01d08870acd6f1479c676d85e0c2c1590a0525f5.gz
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 ()
|