diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-10-22 01:20:56 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-10-27 20:48:56 +0200 |
commit | 783eadafe6e6333123add96d2fc0276c8b4cc1d9 (patch) | |
tree | fe16786a713d727ab5975f9b1f0f852005308053 /tests/CompileTest.hs | |
parent | 069225e2e61562c8166a446d201457425b91ce57 (diff) |
Suport using Stack's built-in GHC to build the helper
Diffstat (limited to 'tests/CompileTest.hs')
-rw-r--r-- | tests/CompileTest.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index ef43734..26ec0e3 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -45,6 +45,7 @@ setupHOME = do main :: IO () main = do let ?progs = defaultPrograms + let ?cprogs = defaultCompPrograms let ?opts = defaultCompileOptions { oVerbose = True } let ?verbose = True |