File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Concise Cheat Sheets
4
4
This repository is a collection of Cheat Sheets for programming languages and
5
5
tools. Currently:
6
6
7
- * A [ Haskell Cheat Sheet] -- version 1.0
7
+ * A [ Haskell Cheat Sheet] -- version 1.1
8
8
* A [ Capture The Flag Cheat Sheet] -- version 0.5
9
9
* A [ Haskell Typeclasses Cheat Sheet] -- version 0.3
10
10
* A Template Cheat Sheet
@@ -54,6 +54,6 @@ Acknowledgements
54
54
* Thanks to [Saulo Hachem](https://github.com/sauloh) for suggesting reverse shells.
55
55
56
56
[ 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
58
58
[ Haskell Typeclasses Cheat Sheet ] : https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-tc-v0.3/haskell-tc-cs-0.3.pdf
59
59
[ Capture The Flag Cheat Sheet ] : https://github.com/rudymatela/concise-cheat-sheets/releases/download/ctf-v0.5/ctf-cs-0.5.pdf
Original file line number Diff line number Diff line change 1
1
% % haskell-cs.tex
2
2
%
3
- % Copyright 2014 Rudy Matela
3
+ % Copyright 2017 Rudy Matela
4
4
%
5
5
% This text is available under (at your option):
6
6
% * Creative Commons Attribution-ShareAlike 3.0 Licence
31
31
\title {Basic Haskell Cheat Sheet}
32
32
33
33
\cright {
34
- Copyright 2014-2015 , Rudy Matela --
34
+ Copyright 2014-2017 , Rudy Matela --
35
35
Compiled on \today {} \\
36
36
Upstream: \texttt {https://github.com/rudymatela/concise-cheat-sheets }
37
37
}{
38
38
This text is available under
39
39
the Creative Commons Attribution-ShareAlike 3.0 Licence, \\
40
40
\textbf {or } (at your option), the GNU Free Documentation License version 1.3 or Later.
41
41
}
42
- \version [~\\ ]{1.0 }
42
+ \version [~\\ ]{1.1 }
43
43
44
44
45
45
\begin {document }
You can’t perform that action at this time.
0 commit comments