6 lines
80 B
Haskell
6 lines
80 B
Haskell
module Main where
|
|
|
|
import Distribution.Simple (defaultMain)
|
|
|
|
main = defaultMain
|