debian/0000755000000000000000000000000012253133410007160 5ustar debian/rules0000755000000000000000000000015412253115651010247 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/control0000644000000000000000000001671512253132745010607 0ustar Source: haskell-snap-core Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Kiwamu Okabe Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.13), cdbs, ghc, ghc-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-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-case-insensitive-dev (>= 0.3), libghc-case-insensitive-dev (<< 1.2), libghc-case-insensitive-prof, libghc-enumerator-dev (>= 0.4.15), libghc-enumerator-dev (<< 0.5), libghc-enumerator-prof , libghc-hashable-dev (>= 1.2.1) , libghc-hashable-dev (<< 1.3) , libghc-hashable-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-mtl-dev (>= 2.0), libghc-mtl-dev (<< 2.2), libghc-mtl-prof, libghc-random-dev (>= 1), libghc-random-dev (<< 2), libghc-random-prof, libghc-regex-posix-dev (>= 0.95), libghc-regex-posix-dev (<= 1), libghc-regex-posix-prof, libghc-text-dev (>= 0.11), libghc-text-dev (<< 0.12), libghc-text-prof, libghc-unix-compat-dev (>= 0.2), libghc-unix-compat-dev (<< 0.5), 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.11), libghc-vector-prof, libghc-zlib-enum-dev (>= 0.2.1), libghc-zlib-enum-dev (<< 0.3), libghc-zlib-enum-prof, libghc-bytestring-mmap-dev (>= 0.2.2), libghc-bytestring-mmap-dev (<< 0.3), libghc-bytestring-mmap-prof, Build-Depends-Indep: ghc-doc, libghc-attoparsec-doc, libghc-attoparsec-enumerator-doc, libghc-blaze-builder-doc, libghc-blaze-builder-enumerator-doc, libghc-case-insensitive-doc, libghc-enumerator-doc , libghc-hashable-doc, libghc-hunit-doc, libghc-monadcatchio-transformers-doc, libghc-mtl-doc, libghc-random-doc, libghc-regex-posix-doc, libghc-text-doc, libghc-unix-compat-doc, libghc-unordered-containers-doc, libghc-vector-doc, libghc-zlib-enum-doc, libghc-bytestring-mmap-doc, Standards-Version: 3.9.5 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 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 . . 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 (), 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 . . 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 (), 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 . . 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 (), 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. debian/copyright0000644000000000000000000000320312253115651011120 0ustar Copyright (c) 2009, Snap Framework authors (see CONTRIBUTORS) Copyright (c) 2010, Google, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the Snap Framework authors nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The file src/Snap/Internal/Parsing/FastSet.hs is copyright 2008 Bryan O'Sullivan, and is distributed under a BSD3 license. debian/changelog0000644000000000000000000000343412253133410011036 0ustar haskell-snap-core (0.9.5.0-1) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Clint Adams ] * New upstream version. -- Clint Adams Sat, 14 Dec 2013 12:56:35 -0500 haskell-snap-core (0.9.3.1-2) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:52:04 +0200 haskell-snap-core (0.9.3.1-1) experimental; urgency=low * New upstream release -- Joachim Breitner Fri, 08 Feb 2013 15:12:00 +0100 haskell-snap-core (0.9.2.2-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Sun, 09 Dec 2012 21:24:59 +0100 haskell-snap-core (0.8.1-1) unstable; urgency=low * New upstream release + Bumps mtl, transformers and MonadCatchIO-transformers dependency range -- Joachim Breitner Sun, 13 May 2012 12:22:40 +0200 haskell-snap-core (0.8.0.1-1) unstable; urgency=low * New upstream version. * Change the range of libghc-enumerator-dev, libghc-mwc-random-dev, and libghc-unordered-containers-dev version number. * Remove debian/patches because upstream support newew mwc-random. -- Kiwamu Okabe Sun, 15 Apr 2012 10:58:39 +0900 haskell-snap-core (0.7.0.1-2) unstable; urgency=low * Bump to Standards-Version 3.9.3. * Patch to work with newer mwc-random. -- Clint Adams Mon, 05 Mar 2012 23:05:54 -0500 haskell-snap-core (0.7.0.1-1) unstable; urgency=low * Debianization generated by cabal-debian * ITP (Closes: #653540) -- Kiwamu Okabe Thu, 29 Dec 2011 16:17:51 +0900 debian/compat0000644000000000000000000000000212253115651010365 0ustar 9 debian/source/0000755000000000000000000000000012253115651010467 5ustar debian/source/format0000644000000000000000000000001412253115651011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000017712253115651010225 0ustar version=3 http://hackage.haskell.org/package/snap-core/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))