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
Glasgow Haskell Compiler
Packages
Cabal
Commits
13bfa342
Commit
13bfa342
authored
15 years ago
by
Duncan Coutts
Browse files
Options
Downloads
Patches
Plain Diff
Bump version in HEAD branch to 1.9.0
The 1.8.x branch remains at 1.8.0.1
parent
ff6b4639
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Cabal.cabal
+2
-2
2 additions, 2 deletions
Cabal.cabal
Makefile
+1
-1
1 addition, 1 deletion
Makefile
changelog
+2
-0
2 additions, 0 deletions
changelog
with
5 additions
and
3 deletions
Cabal.cabal
+
2
−
2
View file @
13bfa342
Name: Cabal
Version: 1.
8
.0
.1
Version: 1.
9
.0
Copyright: 2003-2006, Isaac Jones
2005-2009, Duncan Coutts
License: BSD3
...
...
@@ -54,7 +54,7 @@ Library
ghc-options: -Wall -fno-ignore-asserts
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
cpp-options: "-DCABAL_VERSION=1,
8
,0
,1
"
cpp-options: "-DCABAL_VERSION=1,
9
,0"
nhc98-Options: -K4M
Exposed-Modules:
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
13bfa342
VERSION
=
1.
8
.0
.1
VERSION
=
1.
9
.0
#KIND=devel
KIND
=
rc
...
...
This diff is collapsed.
Click to expand it.
changelog
+
2
−
0
View file @
13bfa342
-*-change-log-*-
1.9.x (current development version)
1.8.0.x (next stable release version)
* Support for GHC-6.12
* New unique installed package IDs which use a package hash
...
...
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