Skip to content

Commit

Permalink
prepare for 1.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxPolice committed Sep 13, 2005
1 parent e97c387 commit d155f47
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cabal.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Cabal
Version: 1.1.2
Version: 1.1.3
Copyright: 2003-2005, Isaac Jones
Build-Depends: base, util
License: BSD3
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CABALVERSION=1.1.2
CABALVERSION=1.1.3
KIND=rc
#KIND=latest
GHCFLAGS= --make -Wall -fno-warn-unused-matches -cpp
Expand Down
16 changes: 10 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ screwy, post to libraries@haskell.org for help.
-= Quirky things about the build system =-

* If you don't already have Cabal installed: "make install" as root,
then try "ghci -package Cabal" to
test it. If you get an error about multiple versions of Cabal, read
the section below "Working with older versions of Cabal" You were
supposed to read this first.
then try "ghci -package Cabal" to test it. If you get an error
about multiple versions of Cabal, read the section below "Working
with older versions of Cabal" You were 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
Makefile, it is probably from the fptools build tree, and it won't
Expand Down Expand Up @@ -45,8 +49,8 @@ run ghci. For instance:

$ ghci -package Cabal
...
ghc-6.4: Error; multiple packages match Cabal: Cabal-1.0, Cabal-1.0.1
$ ghci -package Cabal-1.0.1
ghc-6.4: Error; multiple packages match Cabal: Cabal-1.0, Cabal-1.1.3
$ ghci -package Cabal-1.1.3
...
(OK)

Expand Down
10 changes: 10 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
-*-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
* WARNING: Interfaces not documented in the user's guide may
change in future releases.
Expand Down

0 comments on commit d155f47

Please sign in to comment.