blob: 3075ef4b1fbe7f3cd4afb49cd274099616b66a28 (
plain)
1
2
3
4
5
6
7
8
9
|
def f(name, opts):
opts.extra_hc_opts = '-XTemplateHaskell -package template-haskell'
setTestOpts(f)
test('TH_spliceViewPat',
extra_clean(['Main.o', 'Main.hi', 'A.o', 'A.hi']),
multimod_compile_and_run,
['Main', config.ghc_th_way_flags])
|