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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
Source: haskell-stylish-haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Bogatov <KAction@gnu.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9.0),
pandoc,
haskell-devscripts (>= 0.9),
cdbs,
ghc,
ghc-prof,
libghc-aeson-dev (>= 0.6),
libghc-aeson-dev (<< 0.9),
libghc-aeson-prof,
libghc-cmdargs-dev (>= 0.9),
libghc-cmdargs-dev (<< 0.11),
libghc-cmdargs-prof,
libghc-src-exts-dev (>= 1.16),
libghc-src-exts-dev (<< 1.17),
libghc-src-exts-prof,
libghc-mtl-dev (>= 2.0),
libghc-mtl-dev (<< 2.3),
libghc-mtl-prof,
libghc-strict-dev (>= 0.3),
libghc-strict-dev (<< 0.4),
libghc-strict-prof,
libghc-syb-dev (>= 0.3),
libghc-syb-dev (<< 0.5),
libghc-syb-prof,
libghc-yaml-dev (>= 0.7),
libghc-yaml-dev (<< 0.9),
libghc-yaml-prof,
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
libghc-cmdargs-doc,
libghc-src-exts-doc,
libghc-mtl-doc,
libghc-strict-doc,
libghc-syb-doc,
libghc-yaml-doc,
Standards-Version: 3.9.6
Homepage: http://hackage.haskell.org/package/stylish-haskell
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stylish-haskell
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stylish-haskell
X-Description: Haskell code prettifier
Simple Haskell code prettifier. This tool tries to help where
necessary without getting in the way.
.
Features:
.
* Aligns and sorts import statements
* Groups and wraps {-# LANGUAGE #-} pragmas,
can remove (some) redundant pragmas
* Removes trailing whitespace
* Replaces tabs by four spaces
(turned off by default)
* Replaces some ASCII sequences by their Unicode equivalents
(turned off by default)
.
As end-user, you are probably interested in `stylish-haskell`.
Package: stylish-haskell
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: ghc
Description: Haskell code prettifier
Simple Haskell code prettifier. This tool tries to help where
necessary without getting in the way.
.
Features:
.
* Aligns and sorts import statements
* Groups and wraps {-# LANGUAGE #-} pragmas,
can remove (some) redundant pragmas
* Removes trailing whitespace
* Replaces tabs by four spaces
(turned off by default)
* Replaces some ASCII sequences by their Unicode equivalents
(turned off by default)
Package: libghc-stylish-haskell-dev
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-stylish-haskell-prof
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-stylish-haskell-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
|