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