diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-06-23 14:47:06 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-07-23 12:01:08 -0400 |
commit | d4e97212fdcb6127d750577aa7f2d709fee27d56 (patch) | |
tree | 78107763cf011b88a1ce24e3b6b339d97aaef7eb /testsuite | |
parent | ecc9e9aaaf6e74a0a7f90cfa5700f99e385d0d85 (diff) | |
download | haskell-d4e97212fdcb6127d750577aa7f2d709fee27d56.tar.gz |
testsuite: Fix cabal01 for real this time
Somehow the previous version passed on master but fails on ghc-8.2.
Will look deeper later.
(cherry picked from commit a6774e1d70f18f5c05279453d62fb3bcc7f07d7e)
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/cabal/cabal01/test.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/cabal/cabal01/test.cabal b/testsuite/tests/cabal/cabal01/test.cabal index fe66d70546..b5c3b74ebe 100644 --- a/testsuite/tests/cabal/cabal01/test.cabal +++ b/testsuite/tests/cabal/cabal01/test.cabal @@ -12,5 +12,5 @@ Main-is: MainA.hs Extensions: OverlappingInstances Executable: testB -Other-Modules: B.A +Other-Modules: A, B.A Main-is: B/MainB.hs |