File: control

package info (click to toggle)
stylish-haskell 0.14.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: haskell: 7,954; makefile: 67; sh: 15
file content (93 lines) | stat: -rw-r--r-- 2,992 bytes parent folder | download
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
Source: stylish-haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 Picca Frédéric-Emmanuel <picca@debian.org>,
Priority: optional
Section: haskell
Build-Depends:
 debhelper-compat (= 13),
 asciidoctor,
 ghc,
 ghc-prof,
 haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
 libghc-aeson-dev (<< 2.2),
 libghc-aeson-dev (>= 0.6),
 libghc-aeson-prof (<< 2.2),
 libghc-aeson-prof (>= 0.6),
 libghc-file-embed-dev (<< 0.1),
 libghc-file-embed-dev (>= 0.0.10),
 libghc-file-embed-prof (<< 0.1),
 libghc-file-embed-prof (>= 0.0.10),
 libghc-ghc-lib-parser-dev (<< 9.7),
 libghc-ghc-lib-parser-dev (>= 9.6),
 libghc-ghc-lib-parser-ex-dev (<< 9.7),
 libghc-ghc-lib-parser-ex-dev (>= 9.6),
 libghc-ghc-lib-parser-ex-prof (<< 9.7),
 libghc-ghc-lib-parser-ex-prof (>= 9.6),
 libghc-ghc-lib-parser-prof (<< 9.7),
 libghc-ghc-lib-parser-prof (>= 9.6),
 libghc-hsyaml-aeson-dev (<< 0.3),
 libghc-hsyaml-aeson-dev (>= 0.2.0),
 libghc-hsyaml-aeson-prof (<< 0.3),
 libghc-hsyaml-aeson-prof (>= 0.2.0),
 libghc-hsyaml-dev (<< 0.3),
 libghc-hsyaml-dev (>= 0.2.0),
 libghc-hsyaml-prof (<< 0.3),
 libghc-hsyaml-prof (>= 0.2.0),
 libghc-hunit-dev (<< 1.7),
 libghc-hunit-dev (>= 1.2),
 libghc-hunit-prof (<< 1.7),
 libghc-hunit-prof (>= 1.2),
 libghc-optparse-applicative-dev (<< 0.19),
 libghc-optparse-applicative-dev (>= 0.12),
 libghc-optparse-applicative-prof (<< 0.19),
 libghc-optparse-applicative-prof (>= 0.12),
 libghc-random-dev (>= 1.1),
 libghc-random-prof (>= 1.1),
 libghc-regex-tdfa-dev (<< 1.4),
 libghc-regex-tdfa-dev (>= 1.3),
 libghc-regex-tdfa-prof (<< 1.4),
 libghc-regex-tdfa-prof (>= 1.3),
 libghc-strict-dev (<< 0.6),
 libghc-strict-dev (>= 0.3),
 libghc-strict-prof (<< 0.6),
 libghc-strict-prof (>= 0.3),
 libghc-syb-dev (<< 0.8),
 libghc-syb-dev (>= 0.3),
 libghc-syb-prof (<< 0.8),
 libghc-syb-prof (>= 0.3),
 libghc-test-framework-dev (<< 0.9),
 libghc-test-framework-dev (>= 0.4),
 libghc-test-framework-hunit-dev (<< 0.4),
 libghc-test-framework-hunit-dev (>= 0.2),
 libghc-test-framework-hunit-prof (<< 0.4),
 libghc-test-framework-hunit-prof (>= 0.2),
 libghc-test-framework-prof (<< 0.9),
 libghc-test-framework-prof (>= 0.4),
Build-Depends-Indep:
 ghc-doc,
 libghc-aeson-doc,
 libghc-file-embed-doc,
 libghc-ghc-lib-parser-doc,
 libghc-ghc-lib-parser-ex-doc,
 libghc-hsyaml-aeson-doc,
 libghc-hsyaml-doc,
 libghc-regex-tdfa-doc,
 libghc-syb-doc,
Standards-Version: 4.1.1
Homepage: https://github.com/haskell/stylish-haskell
Vcs-Browser: https://salsa.debian.org/haskell-team/stylish-haskell
Vcs-Git: https://salsa.debian.org/haskell-team/stylish-haskell.git

Package: stylish-haskell
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 haskell-mode,
Description: Haskell code prettifier
 stylish-haskell prettifies Haskell code.  A design goal is not
 getting in the user's way, so it restricts itself to formatting only
 some parts of the Haskell code piped to it, such as import
 statements.