summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/test.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/cabal/test.pkg')
-rw-r--r--testsuite/tests/cabal/test.pkg19
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuite/tests/cabal/test.pkg b/testsuite/tests/cabal/test.pkg
new file mode 100644
index 0000000000..02a07ab7b6
--- /dev/null
+++ b/testsuite/tests/cabal/test.pkg
@@ -0,0 +1,19 @@
+name: testpkg
+version: 1.2.3.4
+id: testpkg-1.2.3.4-XXX
+license: BSD3
+copyright: (c) The Univsersity of Glasgow 2004
+maintainer: glasgow-haskell-users@haskell.org
+stability: stable
+homepage: http://www.haskell.org/ghc
+package-url: http://www.haskell.org/ghc
+description: A Test Package
+category: none
+author: simonmar@microsoft.com
+exposed: True
+exposed-modules: A
+hidden-modules: B, "C.D"
+import-dirs: /usr/local/lib/testpkg, "c:/Program Files/testpkg"
+library-dirs: /usr/local/lib/testpkg, "c:/Program Files/testpkg"
+include-dirs: /usr/local/include/testpkg, "c:/Program Files/testpkg"
+hs-libraries: testpkg-1.2.3.4