summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/t19518/r/r.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/cabal/t19518/r/r.cabal')
-rw-r--r--testsuite/tests/cabal/t19518/r/r.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/cabal/t19518/r/r.cabal b/testsuite/tests/cabal/t19518/r/r.cabal
new file mode 100644
index 0000000000..f39aa659f7
--- /dev/null
+++ b/testsuite/tests/cabal/t19518/r/r.cabal
@@ -0,0 +1,11 @@
+name: r
+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: R
+ build-depends: base, q