summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/test7b.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/cabal/test7b.pkg')
-rw-r--r--testsuite/tests/cabal/test7b.pkg17
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuite/tests/cabal/test7b.pkg b/testsuite/tests/cabal/test7b.pkg
new file mode 100644
index 0000000000..d8bf47ec36
--- /dev/null
+++ b/testsuite/tests/cabal/test7b.pkg
@@ -0,0 +1,17 @@
+name: testpkg7b
+version: 1.0
+id: testpkg7b-1.0-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
+reexported-modules: testpkg:A as F1, testpkg7a:A as F2,
+ testpkg7a:A1 as F3, testpkg7a:E as F4, E, E2 as E3
+hs-libraries: testpkg7b-1.0
+depends: testpkg-1.2.3.4-XXX, testpkg7a-1.0-XXX