Skip to content

Commit cf81ee8

Browse files
committed
Haskell Cheat Sheet v1.0
1 parent 0ed59d4 commit cf81ee8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.0
7+
* A [Haskell Cheat Sheet] -- version 1.1
88
* A [Capture The Flag Cheat Sheet] -- version 0.5
99
* A [Haskell Typeclasses Cheat Sheet] -- version 0.3
1010
* A Template Cheat Sheet
@@ -54,6 +54,6 @@ Acknowledgements
5454
* Thanks to [Saulo Hachem](https://github.com/sauloh) for suggesting reverse shells.
5555

5656
[C Reference Card]: http://www.math.brown.edu/~jhs/ReferenceCards/CRefCard.v2.2.pdf
57-
[Haskell Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-v1.0/haskell-ucs-1.0.pdf
57+
[Haskell Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-v1.1/haskell-cs-1.1.pdf
5858
[Haskell Typeclasses Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-tc-v0.3/haskell-tc-cs-0.3.pdf
5959
[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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%% haskell-cs.tex
22
%
3-
% Copyright 2014 Rudy Matela
3+
% Copyright 2017 Rudy Matela
44
%
55
% This text is available under (at your option):
66
% * Creative Commons Attribution-ShareAlike 3.0 Licence
@@ -31,15 +31,15 @@
3131
\title{Basic Haskell Cheat Sheet}
3232

3333
\cright{
34-
Copyright 2014-2015, Rudy Matela --
34+
Copyright 2014-2017, Rudy Matela --
3535
Compiled on \today{} \\
3636
Upstream: \texttt{https://github.com/rudymatela/concise-cheat-sheets}
3737
}{
3838
This text is available under
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.0}
42+
\version[~\\]{1.1}
4343

4444

4545
\begin{document}

0 commit comments

Comments
 (0)