Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
d576944d
Commit
d576944d
authored
Oct 20, 2005
by
simonmar
Browse files
[project @ 2005-10-20 09:16:33 by simonmar]
Fix this test
parent
a66e2486
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rename/prog006/Makefile
View file @
d576944d
...
...
@@ -12,5 +12,6 @@ include $(TOP)/mk/test.mk
rn.prog006
:
@
$(TEST_HC)
--make
B.C
-no-recomp
-v0
@
sed
"s@__IMPORT__@
`
pwd
`
@"
<pkg.conf.in
>
pkg.conf
@
$(TEST_HC)
-c
-package-conf
pkg.conf
-package
test
-no-recomp
A.hs
-i
-
@
$(TEST_HC)
-c
-package-conf
pkg.conf
-package
test
-no-recomp
Main.hs
testsuite/tests/ghc-regress/rename/prog006/pkg.conf
→
testsuite/tests/ghc-regress/rename/prog006/pkg.conf
.in
View file @
d576944d
[
InstalledPackageInfo
{
package
=
PackageIdentifier
{
pkgName
=
"test"
,
pkgVersion
=
Version
{
versionBranch
= [
1
,
0
],
versionTags
= []}},
license
=
AllRightsReserved
,
copyright
=
""
,
maintainer
=
""
,
author
=
""
,
stability
=
""
,
homepage
=
""
,
pkgUrl
=
""
,
description
=
""
,
category
=
""
,
exposed
=
True
,
exposedModules
= [
"B.C"
],
hiddenModules
= [],
importDirs
= [
"
/home/simonmar/scratch/forkm
"
],
libraryDirs
= [
"/usr/local/lib/test-1.0"
],
hsLibraries
= [
"HStest-1.0"
],
extraLibraries
= [],
includeDirs
= [],
includes
= [],
depends
= [],
hugsOptions
= [],
ccOptions
= [],
ldOptions
= [],
frameworkDirs
= [],
frameworks
= [],
haddockInterfaces
= [],
haddockHTMLs
= []}]
[InstalledPackageInfo {package = PackageIdentifier {pkgName = "test", pkgVersion = Version {versionBranch = [1,0], versionTags = []}}, license = AllRightsReserved, copyright = "", maintainer = "", author = "", stability = "", homepage = "", pkgUrl = "", description = "", category = "", exposed = True, exposedModules = ["B.C"], hiddenModules = [], importDirs = ["
__IMPORT__
"], libraryDirs = ["/usr/local/lib/test-1.0"], hsLibraries = ["HStest-1.0"], extraLibraries = [], includeDirs = [], includes = [], depends = [], hugsOptions = [], ccOptions = [], ldOptions = [], frameworkDirs = [], frameworks = [], haddockInterfaces = [], haddockHTMLs = []}]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment