Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxPolice committed Jul 14, 2005
1 parent bbfdeaf commit 055b11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Expand Up @@ -175,4 +175,4 @@ release: dist
cp -r $(TMPDISTLOC)/cabal/doc $(TMPDISTLOC)/release
cp $(TMPDISTLOC)/cabal.tar.gz $(TMPDISTLOC)/release/cabal-$(CABALVERSION).tar.gz
scp -r $(TMPDISTLOC)/release ijones@www.haskell.org:~/cabal/release/cabal-$(CABALVERSION)
ssh ijones@www.haskell.org 'cd ~/cabal/release && rm -f latest && ln -s cabal-$(CABALVERSION) $(KIND)'
ssh ijones@www.haskell.org 'cd ~/cabal/release && rm -f $(KIND) && ln -s cabal-$(CABALVERSION) $(KIND)'
2 changes: 1 addition & 1 deletion releaseNotes
Expand Up @@ -9,7 +9,7 @@ changes and installation instructions.

DOWNLOAD:

The Haskell Cabal has reached version 1.2-RC1. This pre-release has a
The Haskell Cabal has reached version 1.1.1. This pre-release has a
number of new features including a hook for testing, support for
profiling, and support for _stub files, as well as several bug fixes.

Expand Down

0 comments on commit 055b11c

Please sign in to comment.