Skip to content

Commit

Permalink
Haskell Cheat Sheet v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 28, 2017
1 parent 0ed59d4 commit cf81ee8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Concise Cheat Sheets
This repository is a collection of Cheat Sheets for programming languages and
tools. Currently:

* A [Haskell Cheat Sheet] -- version 1.0
* A [Haskell Cheat Sheet] -- version 1.1
* A [Capture The Flag Cheat Sheet] -- version 0.5
* A [Haskell Typeclasses Cheat Sheet] -- version 0.3
* A Template Cheat Sheet
Expand Down Expand Up @@ -54,6 +54,6 @@ Acknowledgements
* Thanks to [Saulo Hachem](https://github.com/sauloh) for suggesting reverse shells.

[C Reference Card]: http://www.math.brown.edu/~jhs/ReferenceCards/CRefCard.v2.2.pdf
[Haskell Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-v1.0/haskell-ucs-1.0.pdf
[Haskell Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-v1.1/haskell-cs-1.1.pdf
[Haskell Typeclasses Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-tc-v0.3/haskell-tc-cs-0.3.pdf
[Capture The Flag Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/ctf-v0.5/ctf-cs-0.5.pdf
6 changes: 3 additions & 3 deletions haskell-cs.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% haskell-cs.tex
%
% Copyright 2014 Rudy Matela
% Copyright 2017 Rudy Matela
%
% This text is available under (at your option):
% * Creative Commons Attribution-ShareAlike 3.0 Licence
Expand Down Expand Up @@ -31,15 +31,15 @@
\title{Basic Haskell Cheat Sheet}

\cright{
Copyright 2014-2015, Rudy Matela --
Copyright 2014-2017, Rudy Matela --
Compiled on \today{} \\
Upstream: \texttt{https://github.com/rudymatela/concise-cheat-sheets}
}{
This text is available under
the Creative Commons Attribution-ShareAlike 3.0 Licence, \\
\textbf{or} (at your option), the GNU Free Documentation License version 1.3 or Later.
}
\version[~\\]{1.0}
\version[~\\]{1.1}


\begin{document}
Expand Down

0 comments on commit cf81ee8

Please sign in to comment.