packages feed

CheatSheet-1.7: CheatSheet.cabal

Name:           CheatSheet
License:        BSD3
License-File:   LICENSE
Version:        1.7
Author:         Justin Bailey
Homepage:       http://blog.codeslower.com/2008/10/The-Haskell-Cheatsheet
Maintainer:     jgbailey _ codeslower _ com
Category:       Help
Build-Depends:  base, containers, directory
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: .