-
Notifications
You must be signed in to change notification settings - Fork 20
/
CheatSheet.cabal
31 lines (28 loc) · 1005 Bytes
/
CheatSheet.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name: CheatSheet
License: BSD3
License-File: LICENSE
Version: 2.9
Homepage: http://cheatsheet.codeslower.com
Maintainer: Justin Bailey <[email protected]>
Author: Justin Bailey <[email protected]>
Category: Help
Cabal-Version: >= 1.6
Build-type: Simple
Synopsis: A Haskell cheat sheet in PDF and literate formats.
Description:
This module includes a PDF giving a synopsis of Haskell syntax, keywords,
and other essentials. It also has a literate source file which allows all
examples to be inspected. Download and unpack this archive to view them.
Data-files: CheatSheet.pdf, CheatSheet.lhs
Extra-Source-Files: CheatSheet.lhs, README
Executable cheatsheet
Main-Is: Main.lhs
Hs-Source-Dirs: .
Build-Depends: base >= 3 && < 5, containers, directory
Source-repository head
type: git
location: git://github.com/m4dc4p/cheatsheet.git
Source-repository this
type: git
location: git://github.com/m4dc4p/cheatsheet.git
tag: v2.8