mirror of
https://github.com/quantum9Innovation/suntheme.git
synced 2024-11-24 17:33:52 -08:00
6 lines
87 B
Haskell
6 lines
87 B
Haskell
module Main (main) where
|
|
|
|
import Distribution.Simple
|
|
|
|
main :: IO ()
|
|
main = defaultMain
|