Skip to content
Snippets Groups Projects
Commit 055b11cf authored by Isaac Potoczny-Jones's avatar Isaac Potoczny-Jones
Browse files

more tweaks

parent bbfdeaf2
No related branches found
No related tags found
No related merge requests found
...@@ -175,4 +175,4 @@ release: dist ...@@ -175,4 +175,4 @@ release: dist
cp -r $(TMPDISTLOC)/cabal/doc $(TMPDISTLOC)/release cp -r $(TMPDISTLOC)/cabal/doc $(TMPDISTLOC)/release
cp $(TMPDISTLOC)/cabal.tar.gz $(TMPDISTLOC)/release/cabal-$(CABALVERSION).tar.gz cp $(TMPDISTLOC)/cabal.tar.gz $(TMPDISTLOC)/release/cabal-$(CABALVERSION).tar.gz
scp -r $(TMPDISTLOC)/release ijones@www.haskell.org:~/cabal/release/cabal-$(CABALVERSION) 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)'
...@@ -9,7 +9,7 @@ changes and installation instructions. ...@@ -9,7 +9,7 @@ changes and installation instructions.
DOWNLOAD: 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 number of new features including a hook for testing, support for
profiling, and support for _stub files, as well as several bug fixes. profiling, and support for _stub files, as well as several bug fixes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment