diff options
Diffstat (limited to 'testsuite/tests/driver/T3007/B/B.cabal')
-rw-r--r-- | testsuite/tests/driver/T3007/B/B.cabal | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/driver/T3007/B/B.cabal b/testsuite/tests/driver/T3007/B/B.cabal new file mode 100644 index 0000000000..dbccfffbe9 --- /dev/null +++ b/testsuite/tests/driver/T3007/B/B.cabal @@ -0,0 +1,8 @@ +Name: B +Version: 0 + +Library + Build-Depends: A == 0 + Exposed-Modules: B + Other-Modules: Internal + Extensions: NoImplicitPrelude |