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
|
Source: haskell-yesod-default
Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 7.0)
, haskell-devscripts (>= 0.8.13)
, cdbs
, ghc
, ghc-prof
, libghc-data-default-dev
, libghc-data-default-prof
, libghc-hamlet-dev (>> 1.1)
, libghc-hamlet-dev (<< 1.2)
, libghc-hamlet-prof
, libghc-network-conduit-dev (>> 0.5)
, libghc-network-conduit-prof
, libghc-shakespeare-css-dev (>> 1.0)
, libghc-shakespeare-css-dev (<< 1.1)
, libghc-shakespeare-css-prof
, libghc-shakespeare-js-dev (>> 1.0)
, libghc-shakespeare-js-dev (<< 1.2)
, libghc-shakespeare-js-prof
, libghc-text-dev (>> 0.9)
, libghc-text-prof
, ghc-ghci
, libghc-transformers-dev (>> 0.2.2)
, libghc-transformers-dev (<< 0.4)
, libghc-transformers-prof
, libghc-unordered-containers-dev
, libghc-unordered-containers-prof
, libghc-wai-dev (>> 1.3)
, libghc-wai-dev (<< 1.5)
, libghc-wai-prof
, libghc-wai-extra-dev (>> 1.3)
, libghc-wai-extra-dev (<< 1.4)
, libghc-wai-extra-prof
, libghc-warp-dev (>> 1.3)
, libghc-warp-dev (<< 1.4)
, libghc-warp-prof
, libghc-yaml-dev (>> 0.8)
, libghc-yaml-dev (<< 0.9)
, libghc-yaml-prof
, libghc-yesod-core-dev (>> 1.1)
, libghc-yesod-core-dev (<< 1.2)
, libghc-yesod-core-prof
, libghc-safe-dev
, libghc-safe-prof
Build-Depends-Indep: ghc-doc
, libghc-data-default-doc
, libghc-hamlet-doc
, libghc-network-conduit-doc
, libghc-shakespeare-css-doc
, libghc-shakespeare-js-doc
, libghc-text-doc
, libghc-transformers-doc
, libghc-unordered-containers-doc
, libghc-wai-doc
, libghc-wai-extra-doc
, libghc-warp-doc
, libghc-yaml-doc
, libghc-yesod-core-doc
, libghc-safe-doc
Standards-Version: 3.9.4
Homepage: http://www.yesodweb.com/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-yesod-default
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-yesod-default
Package: libghc-yesod-default-dev
Architecture: any
Depends: ${shlibs:Depends},
${haskell:Depends},
${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: default config and main functions for your Yesod application
This provides convenient wrappers for the configuration and execution of
Yesod applications, including per-environment (development, testing,
staging, production) configs.
.
This package contains the normal library files.
Package: libghc-yesod-default-prof
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: default config/main functions for your Yesod application; profiling libraries
This provides convenient wrappers for the configuration and execution of
Yesod applications, including per-environment (development, testing,
staging, production) configs.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-yesod-default-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: default config and main functions for your Yesod application; documentation
This provides convenient wrappers for the configuration and execution of
Yesod applications, including per-environment (development, testing,
staging, production) configs.
.
This package contains the documentation files.
|