Skip to content

Commit

Permalink
update notes in preparation of release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPhilippe.bernardy@gmail.com committed Jan 28, 2008
1 parent 4954b93 commit 23d3ffc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The following people have contributed patches to Yi, in alphabetical order:
Allan Clark
Alson Kemp
Andres Loeh
Andrew Birkett
Andrii Zvorygin
Bastiaan Zapf
Ben Moseley
Expand All @@ -33,6 +34,8 @@ Jean-Philippe Bernardy
Jens Petersen
Mario Lang
Mark Wotton
Massimiliano Gubinelli
Michael Maloney
Nicolas Pouillard
Paulo Tanimoto
Samuel Bronson
Expand Down
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ activity.png: _darcs/inventory
haddock.view: haddock
firefox dist/doc/html/yi/index.html

dist/yi-$(version).tar.gz:
dist/yi-$(version).tar.gz::
make sdist # does not work atm

test_prefix := $(shell pwd)/hackage
Expand All @@ -53,9 +53,11 @@ test-dist: sdist
cd hackage &&\
tar zxvf yi-$(version).tar.gz &&\
cd yi-$(version) &&\
runghc Setup.hs configure --user --prefix=$(test_prefix) &&\
runghc Setup.hs build &&\
runghc Setup.hs install &&\
ghc --make -package Cabal-$(cabal-version) Setup.hs &&\
./Setup configure --user --prefix=$(test_prefix) &&\
./Setup build &&\
./Setup haddock &&\
./Setup install &&\
cd ..;\


Expand Down
15 changes: 10 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ report bugs at: http://code.google.com/p/yi-editor/issues/list

DEPENDENCIES

* ghc 6.8.2 or above

* many packages shipped with GHC (filepath, ...)
see the cabal file for complete list.
* ghc 6.8.2

* Alex (the haskell lexer generator)
http://www.haskell.org/alex/
Expand Down Expand Up @@ -44,10 +41,18 @@ DEPENDENCIES
cd Bindings
sudo bash make-bindings-macos.sh --prefix=/usr/local

* many packages shipped with GHC or found on hackage.
see the cabal file for complete list.


QUICK START:

* configure, compile and install yi as you would do for any other Cabal package
* configure, compile and install yi as you would do for any other Cabal package.
NOTE: you need to use Cabal version 1.2.3. To make sure you use it, use:

ghc -package Cabal-1.2.3.0 --make Setup.hs
./Setup configure ...

NOTE: if you get

Setup.hs: Package yi-0.3 can't be built on this system.
Expand Down

0 comments on commit 23d3ffc

Please sign in to comment.