mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-29 09:09:47 +02:00
7 lines
101 B
Haskell
7 lines
101 B
Haskell
module Main (main) where
|
|
|
|
import Distribution.Simple (defaultMain)
|
|
|
|
main :: IO ()
|
|
main = defaultMain
|