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

prepare for 1.1.3 release

parent e97c387e
No related branches found
No related tags found
No related merge requests found
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
......
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
......
...@@ -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)
......
-*-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.
......
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