mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-29 16:54:42 +03:00
3c97d775c6
Ignore-this: 615a8eb78953016aeea13612c4c1c9cb darcs-hash:20091008033517-f0a0d-8a934806ab4dd896a96951e554a9d56ca3018f06.gz
10 lines
113 B
Haskell
10 lines
113 B
Haskell
module Main where
|
|
|
|
import Graphics.Vty.Picture ( translate )
|
|
|
|
import Verify
|
|
|
|
main = run_test $ do
|
|
return ()
|
|
|