3 lines
94 B
Haskell
3 lines
94 B
Haskell
-- this is only here to satisfy my haskell mode
|
|
import Distribution.Simple
|
|
main = defaultMain
|