forked from GitHub/gf-core
7 lines
105 B
Haskell
7 lines
105 B
Haskell
module Main where
|
|
|
|
import Distribution.Simple
|
|
|
|
main :: IO ()
|
|
main = defaultMainWithHooks simpleUserHooks
|