Cabal-1.18.0: tests/PackageTests/TemplateHaskell/profiling/my.cabal
Name: templateHaskell
Version: 0.1
Build-Type: Simple
Cabal-Version: >= 1.2
Library
Exposed-Modules: Lib
Other-Modules: TH
Build-Depends: base, template-haskell
Extensions: TemplateHaskell
Executable main
Main-is: Exe.hs
Build-Depends: base, template-haskell
Extensions: TemplateHaskell