mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-12-02 08:53:43 +03:00
7b38759846
Ignore-this: 1d31bef2e227fefafe8bb4b6f9511e1d darcs-hash:20090904172928-f0a0d-987b6931294fd33f7825eddc0adf04c81716a4dd.gz
11 lines
158 B
Haskell
11 lines
158 B
Haskell
module Main where
|
|
|
|
import Graphics.Vty.Picture
|
|
import Graphics.Vty.Span
|
|
import Graphics.Vty.PictureToSpans
|
|
|
|
import Verify
|
|
|
|
main = run_test $ do
|
|
return ()
|