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
d155f478
Commit
d155f478
authored
19 years ago
by
Isaac Potoczny-Jones
Browse files
Options
Downloads
Patches
Plain Diff
prepare for 1.1.3 release
parent
e97c387e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Cabal.cabal
+1
-1
1 addition, 1 deletion
Cabal.cabal
GNUmakefile
+1
-1
1 addition, 1 deletion
GNUmakefile
README
+10
-6
10 additions, 6 deletions
README
changelog
+10
-0
10 additions, 0 deletions
changelog
with
22 additions
and
8 deletions
Cabal.cabal
+
1
−
1
View file @
d155f478
Name: Cabal
Name: Cabal
Version: 1.1.
2
Version: 1.1.
3
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
+
1
−
1
View file @
d155f478
CABALVERSION
=
1.1.
2
CABALVERSION
=
1.1.
3
KIND
=
rc
KIND
=
rc
#KIND=latest
#KIND=latest
GHCFLAGS
=
--make
-Wall
-fno-warn-unused-matches
-cpp
GHCFLAGS
=
--make
-Wall
-fno-warn-unused-matches
-cpp
...
...
This diff is collapsed.
Click to expand it.
README
+
10
−
6
View file @
d155f478
...
@@ -9,10 +9,14 @@ screwy, post to libraries@haskell.org for help.
...
@@ -9,10 +9,14 @@ screwy, post to libraries@haskell.org for help.
-= Quirky things about the build system =-
-= Quirky things about the build system =-
* If you don't already have Cabal installed: "make install" as root,
* If you don't already have Cabal installed: "make install" as root,
then try "ghci -package Cabal" to
then try "ghci -package Cabal" to test it. If you get an error
test it. If you get an error about multiple versions of Cabal, read
about multiple versions of Cabal, read the section below "Working
the section below "Working with older versions of Cabal" You were
with older versions of Cabal" You were supposed to read this first.
supposed to read this first.
* The cabal should build just like any other Cabal-ized package. If
you're using windows or have another means of building cabal
packages, you might want to ignore the GNUmakefile
altogether.
* GNUmakefile is the one you're probably interested in. If you see
* GNUmakefile is the one you're probably interested in. If you see
Makefile, it is probably from the fptools build tree, and it won't
Makefile, it is probably from the fptools build tree, and it won't
...
@@ -45,8 +49,8 @@ run ghci. For instance:
...
@@ -45,8 +49,8 @@ run ghci. For instance:
$ ghci -package Cabal
$ ghci -package Cabal
...
...
ghc-6.4: Error; multiple packages match Cabal: Cabal-1.0, Cabal-1.
0.1
ghc-6.4: Error; multiple packages match Cabal: Cabal-1.0, Cabal-1.
1.3
$ ghci -package Cabal-1.
0.1
$ ghci -package Cabal-1.
1.3
...
...
(OK)
(OK)
...
...
This diff is collapsed.
Click to expand it.
changelog
+
10
−
0
View file @
d155f478
-*-change-log-*-
-*-change-log-*-
1.1.3 Isaac Jones <ijones@syntaxpolice.org> Sept 2005
* WARNING: Interfaces not documented in the user's guide may
change in future releases.
* Move building of GHCi .o libs to the build phase rather than
register phase. (from Duncan Coutts)
* Use .tar.gz for source package extension
* Uses GHC instead of cpphs if the latter is not available
* Added experimental "command hooks" which completely override the
default behavior of a command.
* Some bugfixes
1.1.1 Isaac Jones <ijones@syntaxpolice.org> July 2005
1.1.1 Isaac Jones <ijones@syntaxpolice.org> July 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.
...
...
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