mirror of https://github.com/zachjs/sv2v.git
7 lines
101 B
Haskell
7 lines
101 B
Haskell
|
|
module Main (main) where
|
||
|
|
|
||
|
|
import Distribution.Simple (defaultMain)
|
||
|
|
|
||
|
|
main :: IO ()
|
||
|
|
main = defaultMain
|