File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ webpdf: $(INPUT) includes $(COVER) $(BACK)
7575# .pdf Target for GitHub Actions (uses free fonts)
7676githubpdf : $(INPUT ) includes $(COVER ) $(BACK )
7777 ./includes < $< \
78- | $(PANDOC ) -c -s -f $(IFORMAT ) --template resources/template-github.tex --include-in-header $(UNICODE_MAP ) --pdf-engine=xelatex $(FLAGS ) $(LFLAGS ) $(PFLAGS ) --metadata title=" What I Wish I Knew When Learning Haskell" -V documentclass=report -o $(WPDF )
78+ | $(PANDOC ) -c -s -f $(IFORMAT ) --template resources/template-github.tex --include-in-header $(UNICODE_MAP ) --pdf-engine=xelatex $(FLAGS ) $(LFLAGS ) $(PFLAGS ) --metadata title=" What I Wish I Knew When Learning Haskell" -V documentclass=book -o $(WPDF )
7979
8080errata :
8181 $(PANDOC ) -i errata.md -o errata.tex
Original file line number Diff line number Diff line change @@ -13,20 +13,9 @@ Read Online:
1313* [ ** PDF** ] ( https://sdiehl.github.io/wiwinwlh/tutorial.pdf )
1414* [ ** Example Code** ] ( https://github.com/sdiehl/wiwinwlh/tree/master/src )
1515
16- <!--
17- If you'd like a physical copy of the text you can either print it out for
18- yourself (see Printable PDF) or purchase one from a publisher. The price is
19- at-cost since the text is open source and free.
20-
21- * [**Blurb Publisher**](https://www.blurb.co.uk/b/9958091-what-i-wish-i-knew-when-learning-haskell)
22-
23- The current published version is:
24-
25- ```
26- Date: February 16, 2020
27- Git: d429c2e21b9636cffa27a8d4f063644b8bcecf1a
28- ```
29- -->
16+ I no longer actively support this document, but I will leave it up on Github for
17+ posterity and for historical record. The code is likely quite out of date
18+ compared to modern versions of both GHC and the libraries covered.
3019
3120Contributing
3221------------
Original file line number Diff line number Diff line change 166166\date {$ date$ }
167167
168168\begin {document }
169- \frontmatter
170169\maketitle
171170
172171$ body$
You can’t perform that action at this time.
0 commit comments