Skip to content

Commit 692832d

Browse files
committed
Haskell Cheat Sheet v1.2
1 parent 6f3f640 commit 692832d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Concise Cheat Sheets
44
This repository is a collection of Cheat Sheets for programming languages and
55
tools. Currently:
66

7-
* A [Haskell Cheat Sheet] -- [version 1.1]
7+
* A [Haskell Cheat Sheet] -- [version 1.2]
88
* A [Python Cheat Sheet] -- version 0.1 (work in progress)
99
* A [Capture The Flag Cheat Sheet] -- version 0.5
1010
* A [Haskell Typeclasses Cheat Sheet] -- version 0.3
@@ -56,7 +56,7 @@ Acknowledgements
5656

5757
[C Reference Card]: http://www.math.brown.edu/~jhs/ReferenceCards/CRefCard.v2.2.pdf
5858
[Haskell Cheat Sheet]: https://matela.com.br/haskell-cs.pdf
59-
[version 1.1]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-v1.1/haskell-cs-1.1.pdf
59+
[version 1.2]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-v1.2/haskell-cs-1.2.pdf
6060
[Python CHeat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/python-v0.1/python-cs-0.1.pdf
6161
[Haskell Typeclasses Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-tc-v0.3/haskell-tc-cs-0.3.pdf
6262
[Capture The Flag Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/ctf-v0.5/ctf-cs-0.5.pdf

haskell-cs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
the Creative Commons Attribution-ShareAlike 3.0 Licence, \\
4040
\textbf{or} (at your option), the GNU Free Documentation License version 1.3 or Later.
4141
}
42-
\version[~\\]{1.1}
42+
\version[~\\]{1.2}
4343

4444

4545
\begin{document}

0 commit comments

Comments
 (0)