Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
Cabal
Commits
bbfdeaf2
Commit
bbfdeaf2
authored
19 years ago
by
Isaac Potoczny-Jones
Browse files
Options
Downloads
Patches
Plain Diff
more release number tweaks. decided to make RC1's official versin number 1.1.1
parent
1732eb76
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Cabal.cabal
+1
-1
1 addition, 1 deletion
Cabal.cabal
GNUmakefile
+4
-2
4 additions, 2 deletions
GNUmakefile
changelog
+1
-1
1 addition, 1 deletion
changelog
with
6 additions
and
4 deletions
Cabal.cabal
+
1
−
1
View file @
bbfdeaf2
Name: Cabal
Name: Cabal
Version: 1.
2-RC
1
Version: 1.
1.
1
Copyright: 2003-2005, Isaac Jones
Copyright: 2003-2005, Isaac Jones
Build-Depends: base, util
Build-Depends: base, util
License: BSD3
License: BSD3
...
...
This diff is collapsed.
Click to expand it.
GNUmakefile
+
4
−
2
View file @
bbfdeaf2
CABALVERSION
=
1.2-RC1
CABALVERSION
=
1.1.1
KIND
=
rc
#KIND=latest
GHCFLAGS
=
--make
-Wall
-fno-warn-unused-matches
-cpp
GHCFLAGS
=
--make
-Wall
-fno-warn-unused-matches
-cpp
# later: -Wall
# later: -Wall
PREF
=
/usr/local
PREF
=
/usr/local
...
@@ -173,4 +175,4 @@ release: dist
...
@@ -173,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
)
latest
'
ssh ijones@www.haskell.org
'cd ~/cabal/release && rm -f latest && ln -s cabal-
$(
CABALVERSION
)
$(
KIND
)
'
This diff is collapsed.
Click to expand it.
changelog
+
1
−
1
View file @
bbfdeaf2
-*-change-log-*-
-*-change-log-*-
1.
2
Isaac Jones <ijones@syntaxpolice.org> Ju
ne
2005
1.
1.1
Isaac Jones <ijones@syntaxpolice.org> Ju
ly
2005
* WARNING: Interfaces not documented in the user's guide may
* WARNING: Interfaces not documented in the user's guide may
change in future releases.
change in future releases.
* Handles recursive modules for GHC 6.2 and GHC 6.4.
* Handles recursive modules for GHC 6.2 and GHC 6.4.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment