diff options
Diffstat (limited to 'testsuite/tests/cabal/t19518/q/q.cabal')
-rw-r--r-- | testsuite/tests/cabal/t19518/q/q.cabal | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/cabal/t19518/q/q.cabal b/testsuite/tests/cabal/t19518/q/q.cabal new file mode 100644 index 0000000000..c455f6ad44 --- /dev/null +++ b/testsuite/tests/cabal/t19518/q/q.cabal @@ -0,0 +1,12 @@ +name: q +version: 0.1.0.0 +license-file: LICENSE +author: Edward Z. Yang +maintainer: ezyang@cs.stanford.edu +build-type: Simple +cabal-version: >=1.21 + +library + exposed-modules: Q + reexported-modules: P + build-depends: base, p |