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
120
121
122
123
124
125
126
127
128
129
130
131
|
Source: ghc-mod
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
Joachim Breitner <nomeata@debian.org>,
Priority: extra
Section: haskell
Build-Depends:
cdbs,
debhelper (>= 9),
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-cabal-helper-dev (>= 0.7.3.0),
libghc-cabal-helper-dev (<< 0.8),
libghc-cabal-helper-prof,
libghc-djinn-ghc-dev (<< 0.1),
libghc-djinn-ghc-dev (>= 0.0.2.2),
libghc-djinn-ghc-prof,
libghc-extra-dev (>= 1.4),
libghc-extra-dev (<< 1.6),
libghc-extra-prof,
libghc-fclabels-dev (<< 2.1),
libghc-fclabels-dev (>= 2.0),
libghc-fclabels-prof,
libghc-ghc-paths-dev (>= 0.1.0.9),
libghc-ghc-paths-dev (<< 0.2),
libghc-ghc-paths-prof,
libghc-ghc-syb-utils-dev (>= 0.2.3),
libghc-ghc-syb-utils-dev (<< 0.3),
libghc-ghc-syb-utils-prof,
libghc-src-exts-dev (>= 1.18),
libghc-src-exts-dev (<< 1.20),
libghc-src-exts-prof,
libghc-hlint-dev (>= 2.0.8),
libghc-hlint-dev (<< 2.1),
libghc-hlint-prof,
libghc-monad-control-dev (<< 1.1),
libghc-monad-control-dev (>= 1),
libghc-monad-control-prof,
libghc-monad-journal-dev (>= 0.4),
libghc-monad-journal-dev (<< 0.8),
libghc-monad-journal-prof,
libghc-mtl-dev,
libghc-mtl-prof,
libghc-old-time-dev,
libghc-old-time-prof,
libghc-optparse-applicative-dev (>= 0.13.0.0),
libghc-optparse-applicative-dev (<< 0.14),
libghc-optparse-applicative-prof,
libghc-pipes-dev (>= 4.1),
libghc-pipes-dev (<< 4.4),
libghc-pipes-prof,
libghc-safe-dev (<< 0.4),
libghc-safe-dev (>= 0.3.9),
libghc-safe-prof,
libghc-semigroups-dev (>= 0.10.0),
libghc-semigroups-dev (<< 0.19),
libghc-semigroups-prof,
libghc-split-dev (>= 0.2.2),
libghc-split-dev (<< 0.3),
libghc-split-prof,
libghc-syb-dev (>= 0.5.1),
libghc-syb-dev (<< 0.7),
libghc-syb-prof,
libghc-temporary-dev (>= 1.2.0.3),
libghc-temporary-dev (<< 1.3),
libghc-temporary-prof,
libghc-text-dev (>= 1.2.1.3),
libghc-text-dev (<< 1.3),
libghc-text-prof,
libghc-transformers-base-dev (>= 0.4.4),
libghc-transformers-base-dev (<< 0.5),
libghc-transformers-base-prof,
Build-Depends-Indep: ghc-doc,
libghc-cabal-helper-doc,
libghc-djinn-ghc-doc,
libghc-extra-doc,
libghc-fclabels-doc,
libghc-ghc-paths-doc,
libghc-ghc-syb-utils-doc,
libghc-hlint-doc,
libghc-monad-control-doc,
libghc-monad-journal-doc,
libghc-mtl-doc,
libghc-old-time-doc,
libghc-optparse-applicative-doc,
libghc-pipes-doc,
libghc-safe-doc,
libghc-semigroups-doc,
libghc-split-doc,
libghc-src-exts-doc,
libghc-syb-doc,
libghc-temporary-doc,
libghc-text-doc,
libghc-transformers-base-doc,
Standards-Version: 4.0.0
Homepage: https://github.com/DanielG/ghc-mod
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/ghc-mod
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: ghc-mod
Architecture: any
Depends:
cabal-helper,
${haskell:ghc-version},
${misc:Depends},
${shlibs:Depends},
Recommends:
ghc-mod-el (= ${binary:Version}),
Description: Happy Haskell programming
This package provides the executables ghc-mod and ghc-modi. The GNU Emacs
integration code is provided by a separate package, namely ghc-mod-el.
Package: ghc-mod-el
Architecture: all
Depends:
emacsen-common (>= 2.0.8),
ghc-mod (<< ${source:Version}.1~),
ghc-mod (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
haskell-mode,
Breaks:
ghc-mod (<< 5.2.1.1-1),
Replaces:
ghc-mod (<< 5.2.1.1-1),
Description: Happy Haskell programming with Emacs
This package proviceds the GNU Emacs integration code for ghc-mod.
.
Note: This package does NOT support xemacs*. Only for emacs*.
|