summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/cabal04/thtest.cabal
blob: 73d63ca23613e22847b7a38d64bb8d19515f0ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: thtest
version: 1.0
cabal-version: >= 1.2
build-type: Simple

library {
  build-depends: base, template-haskell
  extensions: TemplateHaskell
  exposed-modules: Library
  other-modules: TH
}