Skip to content
GitLab
Menu
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
a4046f45
Commit
a4046f45
authored
Aug 03, 2005
by
simonmar
Browse files
[project @ 2005-08-03 09:51:08 by simonmar]
update tests for changes in tools
parent
9ab618bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/cabal/Makefile
View file @
a4046f45
...
...
@@ -23,9 +23,6 @@ ghcpkg01 :
$(GHC_PKG)
describe testpkg-
*
$(GHC_PKG)
field testpkg-
*
version
@
:
#
cannot use testpkg as a package name
,
it is ambiguous now
if
$(GHC_PKG)
describe testpkg
;
then
false
;
else
true
;
fi
@
:
#
test hiding/exposing
$(GHC_PKG)
hide testpkg-1.2.3.4
$(GHC_PKG)
field testpkg-1.2.3.4 exposed |
grep
False
...
...
@@ -85,8 +82,8 @@ copy :
cp
$(FPTOOLS_TOP)
/ghc/driver/package.conf.inplace
$(COPY_PACKAGE_CONF)
ghcpkg02
:
copy
for
i
in
`
$(GHC_PKG_COPY)
list
|
sed
's/^.*://;s/[,()]//g'
`
;
do
\
for
i
in
`
$(GHC_PKG_COPY)
list
--global
--simple-output
`
;
do
\
echo
Updating
$$
i
;
\
$(GHC_PKG_COPY)
describe
$$
i |
$(GHC_PKG_COPY)
update
--force
-
;
\
$(GHC_PKG_COPY)
describe
--global
$$
i |
$(GHC_PKG_COPY)
update
--global
--force
-
;
\
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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