mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
10 lines
174 B
Haskell
10 lines
174 B
Haskell
module VerifyDisplayAttributes where
|
|
|
|
import Verify.Graphics.Vty.DisplayAttributes
|
|
import Verify.Graphics.Vty.Attributes
|
|
|
|
import Verify
|
|
|
|
tests :: IO [Test]
|
|
tests = return []
|