-
Notifications
You must be signed in to change notification settings - Fork 0
/
unixPoster.cabal
33 lines (30 loc) · 1.02 KB
/
unixPoster.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
32
33
Name: unixPoster
Version: 0.1
Synopsis: A Unix poster showing the most important commands with examples
Description: The layout has been carefully adjusted to the content and the typical workflow when programming in bash
category: Graphics
License: BSD3
License-file: LICENSE
Author: Tillmann Vogt, Martin Bauch
Maintainer: Tillmann Vogt
build-type: Custom
Cabal-Version: >=1.10
data-files: img/*.png
source-repository head
type: git
location: https://github.com/tkvogt/unix-poster.git
Executable poster
main-is: poster.hs
hs-source-dirs: .
other-modules: Paths_unixPoster
build-depends:
base == 4.*,
containers >= 0.5 && <0.6,
diagrams-core >= 1.3 && <1.4,
diagrams-lib >= 1.3 && <1.4,
diagrams-cairo >= 1.3 && <1.4,
diagrams >= 1.3 && <1.4,
SVGFonts >= 1.2,
colour,
highlighting-kate >= 0.5.5
default-language: Haskell2010