diff --git a/Makefile b/Makefile index 7a88e09..541f434 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,8 @@ AUTHOR = -V author=bitemyapp FONTSIZE = -V fontsize=12pt FONTFAMILY = -V fontfamily=sans PAGESIZE = -V pagesize=a4paper -VARIABLES = $(FONTSIZE) $(PAGESIZE) $(TITLE) $(AUTHOR) $(FONTFAMILY) +GEOMETRY = -V geometry=landscape +VARIABLES = $(GEOMETRY) $(FONTSIZE) $(PAGESIZE) $(TITLE) $(AUTHOR) $(FONTFAMILY) FLAGS = --normalize --smart --toc $(VARIABLES) pdf: README.md diff --git a/README.md b/README.md index 95e49ea..b28c20e 100644 --- a/README.md +++ b/README.md @@ -123,13 +123,14 @@ To install Haskell 7.8.4 from the unofficial repo (Fedora 22+ will include it in the official one): ```bash -sudo yum-config-manager --add-repo https://copr.fedoraproject.org/coprs/petersen/ghc-7.8.4/repo/fedora-21/petersen-ghc-7.8.4-fedora-21.repo -sudo yum install ghc cabal-install +$ sudo yum-config-manager --add-repo \ +> https://copr.fedoraproject.org/coprs/petersen/ghc-7.8.4/repo/fedora-21/petersen-ghc-7.8.4-fedora-21.repo +$ sudo yum install ghc cabal-install ``` As stated in [petersen/ghc-7.8.4 copr page](https://copr.fedoraproject.org/coprs/petersen/ghc-7.8.4/) -this ghc cannot be parallel installed with Fedora/EPEL ghc. +this ghc cannot be installed in parallel with Fedora/EPEL ghc. ## Arch Linux @@ -147,9 +148,8 @@ through Portage. If you use `ACCEPT_KEYWORDS=arch` (as opposed to Haskell things. With that in mind, iff you use `ACCEPT_KEYWORDS=arch`, add the following to `/etc/portage/package.keywords`. -> dev-haskell/cabal-install - -> dev-lang/ghc + dev-haskell/cabal-install + dev-lang/ghc Once that is done, diff --git a/tutorial.pdf b/tutorial.pdf index d8e3a4f..f2f0d09 100644 Binary files a/tutorial.pdf and b/tutorial.pdf differ