Skip to content

Commit

Permalink
updating changelog and release notes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxPolice committed May 12, 2005
1 parent 71b4fe9 commit 61d7556
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
8 changes: 5 additions & 3 deletions changelog
@@ -1,12 +1,14 @@
-*-change-log-*-

1.1 Isaac Jones <ijones@syntaxpolice.org> Wed Feb 19 2005
* Handles recursive modules for GHC 6.2
1.0.2 Isaac Jones <ijones@syntaxpolice.org> May 2005
* WARNING: Interfaces not documented in the user's guide may
change in future releases.
* Handles recursive modules for GHC 6.2 and GHC 6.4.
* Added "setup test" command (Used with UserHook)
* implemented handling of _stub.{c,h,o} files
* Added pattern guards as a language extension
* Register / unregister .bat files for windows
* Exposed some API stuff
* Exposed more of the API
* Several bug fixes

1.0 Isaac Jones <ijones@syntaxpolice.org> March 11 2005
Expand Down
15 changes: 7 additions & 8 deletions releaseNotes
Expand Up @@ -9,9 +9,9 @@ changes.

DOWNLOAD:

The Haskell Cabal has reached pre-release stage, with a 0.4 version
The community should use this release to evaluate the interfaces and
explore the concepts of these tools.
The Haskell Cabal has reached version 1.0.2. The community should use
this release to evaluate the interfaces and explore the concepts of
these tools. It is still possible that some interfaces may change.

Download the Cabal here (source and debian versions available):
http://www.haskell.org/cabal/download.html
Expand All @@ -21,7 +21,6 @@ BUGS:
Please report bugs and wish-list items to libraries@haskell.org and
Isaac Jones: ijones@syntaxpolice.org.


ABOUT:

The Haskell Cabal is meant to be a part of a larger infrastructure for
Expand All @@ -43,10 +42,10 @@ owners; and so on.

NOTES:

You cannot currently execute the setup scripts with "./Setup.lhs"
since Cabal Hugs support isn't ready-for-prime-time. You can compile
it with ghc thusly: "ghc -package Cabal Setup.lhs -o setup" and then
use the "setup" executable after that.
You cannot currently execute most setup scripts with "./Setup.lhs"
since most systems do not have a runHaskell executable installed. You
can compile it with ghc thusly: "ghc -package Cabal Setup.lhs -o
setup" and then use the "setup" executable after that.

This release is meant to provide the community with concrete
information about how the interfaces are shaping up. This release
Expand Down

0 comments on commit 61d7556

Please sign in to comment.