mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-12-01 22:53:37 +03:00
10 lines
125 B
Haskell
10 lines
125 B
Haskell
|
module VerifyAttributeOps where
|
||
|
|
||
|
import Verify.Graphics.Vty.Attributes
|
||
|
|
||
|
import Verify
|
||
|
|
||
|
tests :: IO [Test]
|
||
|
tests = return []
|
||
|
|