mirror of
https://github.com/byteverse/colonnade.git
synced 2026-01-11 23:08:30 +01:00
9 lines
87 B
Haskell
9 lines
87 B
Haskell
import Test.DocTest
|
|
|
|
main :: IO ()
|
|
main = doctest
|
|
[ "-isrc"
|
|
, "src/Siphon.hs"
|
|
]
|
|
|