#! /usr/bin/env cabal {- build-depends: base >= 4.3 && <5 -} import Prelude main :: IO () main = putStrLn "Hello World"