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
49fdfe11
There was an error fetching the commit references. Please try again later.
Commit
49fdfe11
authored
18 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
Bump version number to 1.1.6.2 (and add changelog entries)
parent
b7a01e2d
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
Makefile
+2
-2
2 additions, 2 deletions
Makefile
changelog
+5
-0
5 additions, 0 deletions
changelog
with
8 additions
and
3 deletions
Cabal.cabal
+
1
−
1
View file @
49fdfe11
Name: Cabal
Name: Cabal
Version: 1.1.6.
1
Version: 1.1.6.
2
Copyright: 2003-2006, Isaac Jones
Copyright: 2003-2006, Isaac Jones
-- For ghc 6.2 you need to add 'unix' to Build-Depends:
-- For ghc 6.2 you need to add 'unix' to Build-Depends:
Build-Depends: base
Build-Depends: base
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
2
View file @
49fdfe11
...
@@ -4,7 +4,7 @@ ifeq "$(findstring boilerplate.mk, $(wildcard $(TOP)/mk/*))" ""
...
@@ -4,7 +4,7 @@ ifeq "$(findstring boilerplate.mk, $(wildcard $(TOP)/mk/*))" ""
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Standalone Makefile:
# Standalone Makefile:
CABALVERSION
=
1.1.6.
1
CABALVERSION
=
1.1.6.
2
#KIND=rc
#KIND=rc
KIND
=
latest
KIND
=
latest
GHCFLAGS
=
--make
-fno-warn-unused-matches
-cpp
GHCFLAGS
=
--make
-fno-warn-unused-matches
-cpp
...
@@ -206,7 +206,7 @@ ALL_DIRS = \
...
@@ -206,7 +206,7 @@ ALL_DIRS = \
EXCLUDED_SRCS
=
DefaultSetup.lhs Setup.lhs
EXCLUDED_SRCS
=
DefaultSetup.lhs Setup.lhs
PACKAGE
=
Cabal
PACKAGE
=
Cabal
VERSION
=
1.1.6.
1
VERSION
=
1.1.6.
2
PACKAGE_DEPS
=
base
PACKAGE_DEPS
=
base
...
...
This diff is collapsed.
Click to expand it.
changelog
+
5
−
0
View file @
49fdfe11
-*-change-log-*-
-*-change-log-*-
1.1.6.2 Ian Lynagh <igloo@earth.li> Apr 2007
* Fix compiling an executable for profiling with template haskell
* Fix C/Haskell type mismatches
* Set the Cabal version when building via the fptools build system
1.1.6.1 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> Oct 2006
1.1.6.1 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> Oct 2006
* Fix escaping of ' chars in register.sh script.
* Fix escaping of ' chars in register.sh script.
* Fix getDataDir etc. when bindir=$prefix
* Fix getDataDir etc. when bindir=$prefix
...
...
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