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 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
|
Source: haskell-snap-core
Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp>
Build-Depends: debhelper (>= 7.0),
haskell-devscripts (>= 0.8),
cdbs,
ghc,
ghc-prof,
libghc-hunit-dev (>= 1.2),
libghc-hunit-dev (<< 2),
libghc-hunit-prof,
libghc-monadcatchio-transformers-dev (>= 0.2.1),
libghc-monadcatchio-transformers-dev (<< 0.4),
libghc-monadcatchio-transformers-prof,
libghc-attoparsec-dev (>= 0.10),
libghc-attoparsec-dev (<< 0.11),
libghc-attoparsec-prof,
libghc-attoparsec-enumerator-dev (>= 0.3),
libghc-attoparsec-enumerator-dev (<< 0.4),
libghc-attoparsec-enumerator-prof,
libghc-base16-bytestring-dev (<= 0.2),
libghc-base16-bytestring-prof,
libghc-blaze-builder-dev (>= 0.2.1.4),
libghc-blaze-builder-dev (<< 0.4),
libghc-blaze-builder-prof,
libghc-blaze-builder-enumerator-dev (>= 0.2),
libghc-blaze-builder-enumerator-dev (<< 0.3),
libghc-blaze-builder-enumerator-prof,
libghc-bytestring-mmap-dev (>= 0.2.2),
libghc-bytestring-mmap-dev (<< 0.3),
libghc-bytestring-mmap-prof,
libghc-bytestring-nums-dev,
libghc-bytestring-nums-prof,
libghc-case-insensitive-dev (>= 0.3),
libghc-case-insensitive-dev (<< 0.5),
libghc-case-insensitive-prof,
libghc-dlist-dev (>= 0.5),
libghc-dlist-dev (<< 0.6),
libghc-dlist-prof,
libghc-enumerator-dev (>= 0.4.15),
libghc-enumerator-dev (<< 0.5),
libghc-enumerator-prof,
libghc-mtl-dev (>= 2.0),
libghc-mtl-dev (<< 2.2),
libghc-mtl-prof,
libghc-mwc-random-dev (>= 0.10),
libghc-mwc-random-dev (<< 0.13),
libghc-mwc-random-prof,
libghc-regex-posix-dev (<= 0.95.2),
libghc-regex-posix-prof,
libghc-text-dev (>= 0.11),
libghc-text-dev (<< 0.12),
libghc-text-prof,
libghc-transformers-dev (>= 0.2),
libghc-transformers-dev (<< 0.4),
libghc-transformers-prof,
libghc-unix-compat-dev (>= 0.2),
libghc-unix-compat-dev (<< 0.4),
libghc-unix-compat-prof,
libghc-unordered-containers-dev (>= 0.1.4.3),
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-prof,
libghc-vector-dev (>= 0.6),
libghc-vector-dev (<< 0.10),
libghc-vector-prof,
libghc-zlib-enum-dev (>= 0.2.1),
libghc-zlib-enum-dev (<< 0.3),
libghc-zlib-enum-prof
Build-Depends-Indep: ghc-doc,
libghc-hunit-doc,
libghc-monadcatchio-transformers-doc,
libghc-attoparsec-doc,
libghc-attoparsec-enumerator-doc,
libghc-base16-bytestring-doc,
libghc-blaze-builder-doc,
libghc-blaze-builder-enumerator-doc,
libghc-bytestring-mmap-doc,
libghc-bytestring-nums-doc,
libghc-case-insensitive-doc,
libghc-dlist-doc,
libghc-enumerator-doc,
libghc-mtl-doc,
libghc-mwc-random-doc,
libghc-regex-posix-doc,
libghc-text-doc,
libghc-transformers-doc,
libghc-unix-compat-doc,
libghc-unordered-containers-doc,
libghc-vector-doc,
libghc-zlib-enum-doc
Standards-Version: 3.9.3
Homepage: http://snapframework.com/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-snap-core
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-snap-core
DM-Upload-Allowed: yes
Package: libghc-snap-core-dev
Architecture: any
Depends: ${shlibs:Depends},
${haskell:Depends},
${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Snap: A Haskell Web Framework (Core)
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at <http://snapframework.com/>.
.
This library contains the core definitions and types for the Snap framework,
including:
.
1. Primitive types and functions for HTTP (requests, responses, cookies,
post/query parameters, etc)
.
2. Type aliases and helper functions for Iteratee I/O
.
3. A monad for programming web handlers called \"Snap\", inspired by
happstack's (<http://happstack.com/index.html>), which allows:
.
o Stateful access to the HTTP request and response objects
.
o Monadic failure (i.e. MonadPlus/Alternative instances) for declining
to handle requests and chaining handlers together
.
o Early termination of the computation if you know early what you want
to return and want to prevent further monadic processing
.
This package contains the normal library files.
Package: libghc-snap-core-prof
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Snap: A Haskell Web Framework (Core); profiling libraries
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at <http://snapframework.com/>.
.
This library contains the core definitions and types for the Snap framework,
including:
.
1. Primitive types and functions for HTTP (requests, responses, cookies,
post/query parameters, etc)
.
2. Type aliases and helper functions for Iteratee I/O
.
3. A monad for programming web handlers called \"Snap\", inspired by
happstack's (<http://happstack.com/index.html>), which allows:
.
o Stateful access to the HTTP request and response objects
.
o Monadic failure (i.e. MonadPlus/Alternative instances) for declining
to handle requests and chaining handlers together
.
o Early termination of the computation if you know early what you want
to return and want to prevent further monadic processing
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-snap-core-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Snap: A Haskell Web Framework (Core); documentation
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at <http://snapframework.com/>.
.
This library contains the core definitions and types for the Snap framework,
including:
.
1. Primitive types and functions for HTTP (requests, responses, cookies,
post/query parameters, etc)
.
2. Type aliases and helper functions for Iteratee I/O
.
3. A monad for programming web handlers called \"Snap\", inspired by
happstack's (<http://happstack.com/index.html>), which allows:
.
o Stateful access to the HTTP request and response objects
.
o Monadic failure (i.e. MonadPlus/Alternative instances) for declining
to handle requests and chaining handlers together
.
o Early termination of the computation if you know early what you want
to return and want to prevent further monadic processing
.
This package contains the documentation files.
|