Docs: guide on profiling: fix the title (#10606)
[cabal.git] / cabal-testsuite / PackageTests / postCheckoutCommand / src / Example.hs
blob113f4de157ff80f2757153d6b96f6ef959637d88
1 module Example (someFunc) where
3 someFunc :: IO ()
4 someFunc = putStrLn "Example"