Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hvr/haskell2010-report
Mirror of http://darcs.haskell.org/haskell2010-report/
https://github.com/hvr/haskell2010-report
Last synced: 27 days ago
JSON representation
Mirror of http://darcs.haskell.org/haskell2010-report/
- Host: GitHub
- URL: https://github.com/hvr/haskell2010-report
- Owner: hvr
- Created: 2013-08-05T07:27:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-05T07:28:27.000Z (over 11 years ago)
- Last Synced: 2023-03-11T09:42:22.455Z (over 1 year ago)
- Language: Haskell
- Size: 1.11 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Haskell Report README
~~~~~~~~~~~~~~~~~~~~~These are the sources to the Haskell report, including all the source
files you will need to generate either the PDF or the HTML version of
the report.Tools you will need
~~~~~~~~~~~~~~~~~~~PDF version: a decent LaTeX installation with pdflatex. We use the
following additional packages:- times
- makeidx
- graphicx
- url
- color
- hyperrefAlso you need the following tools
- makeindex
all of which are usually available with a good TeX distribution
(e.g. TeX Live).The following are also required for building the tools:
- flex
- GHCThe HTML version additionall requires
- tex4ht (e.g. install 'tex4ht' on a Debian or Ubuntu system, or
'tetex-tex4ht' on a Fedora system)Building the report
~~~~~~~~~~~~~~~~~~~Firstly:
$ cd tools
$ makeshould build a few tools required for building the report itself.
Then you should be able to say$ cd report
$ makeThis will create:
- PDF version: report/haskell.pdf
- HTML version: report/ht/haskell.html
(NB. requires report/ht/*.{html,png,css})Roadmap
~~~~~~~SOURCE FILES
report/ The Language and Libraries Reports (now together
in a single document)
tools/ Tools needed to build the Reports
(cd into here and type make)
Makefile Build a distribution of the Reports.verb files
~~~~~~~~~~~