debian/0000755000000000000000000000000012253135020007157 5ustar debian/rules0000755000000000000000000000015412253115655010253 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/control0000644000000000000000000001457612253135020010577 0ustar Source: haskell-snap-server 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.0), 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.1.5) , libghc-enumerator-dev (<< 0.5) , libghc-enumerator-prof, libghc-monadcatchio-transformers-dev (>= 0.2.1), libghc-monadcatchio-transformers-dev (<< 0.4), libghc-monadcatchio-transformers-prof, libghc-mtl-dev (>= 2), libghc-mtl-dev (<< 3), libghc-mtl-prof, libghc-network-dev (>= 2.3), libghc-network-dev (<< 2.5), libghc-network-prof, libghc-snap-core-dev (>= 0.9.3), libghc-snap-core-dev (<< 0.10), libghc-snap-core-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, Build-Depends-Indep: ghc-doc, libghc-attoparsec-doc, libghc-attoparsec-enumerator-doc, libghc-binary-doc, libghc-blaze-builder-doc, libghc-blaze-builder-enumerator-doc, libghc-case-insensitive-doc , libghc-enumerator-doc, libghc-monadcatchio-transformers-doc, libghc-mtl-doc, libghc-network-doc, libghc-snap-core-doc, libghc-text-doc, libghc-unix-compat-doc, Standards-Version: 3.9.5 Homepage: http://snapframework.com/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-snap-server Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-snap-server Package: libghc-snap-server-dev Architecture: any Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: iteratee-based, epoll-enabled web server for the Snap Framework 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 . . The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web server library written in Haskell. Together with the @snap-core@ library upon which it depends, it provides a clean and efficient Haskell programming interface to the HTTP protocol. . Higher-level facilities for building web applications (like user/session management, component interfaces, data modeling, etc.) are planned but not yet implemented, so this release will mostly be of interest for those who: . o need a fast and minimal HTTP API at roughly the same level of abstraction as Java servlets, or . o are interested in contributing to the Snap Framework project. . This package contains the normal library files. Package: libghc-snap-server-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: iteratee-based, epoll-enabled web server for the Snap Framework; profiling lib 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 . . The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web server library written in Haskell. Together with the @snap-core@ library upon which it depends, it provides a clean and efficient Haskell programming interface to the HTTP protocol. . Higher-level facilities for building web applications (like user/session management, component interfaces, data modeling, etc.) are planned but not yet implemented, so this release will mostly be of interest for those who: . o need a fast and minimal HTTP API at roughly the same level of abstraction as Java servlets, or . o are interested in contributing to the Snap Framework project. . This package contains the libraries compiled with profiling enabled. Package: libghc-snap-server-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: iteratee-based, epoll-enabled web server for the Snap Framework; 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 . . The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web server library written in Haskell. Together with the @snap-core@ library upon which it depends, it provides a clean and efficient Haskell programming interface to the HTTP protocol. . Higher-level facilities for building web applications (like user/session management, component interfaces, data modeling, etc.) are planned but not yet implemented, so this release will mostly be of interest for those who: . o need a fast and minimal HTTP API at roughly the same level of abstraction as Java servlets, or . o are interested in contributing to the Snap Framework project. . This package contains the documentation files. debian/copyright0000644000000000000000000000300612253115655011125 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. debian/changelog0000644000000000000000000000351112253134166011043 0ustar haskell-snap-server (0.9.3.4-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-server (0.9.3.1-2) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:52:04 +0200 haskell-snap-server (0.9.3.1-1) experimental; urgency=low * New upstream release -- Joachim Breitner Fri, 08 Feb 2013 15:12:35 +0100 haskell-snap-server (0.9.2.4-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:31:23 +0100 haskell-snap-server (0.8.1.1-1) unstable; urgency=low * New upstream release -- Joachim Breitner Fri, 18 May 2012 00:28:49 +0200 haskell-snap-server (0.8.0.1-1) unstable; urgency=low * New upstream version. * Change the range of libghc-enumerator-dev and libghc-snap-core-dev version number. -- Kiwamu Okabe Sun, 15 Apr 2012 12:05:59 +0900 haskell-snap-server (0.7.0.1-3) unstable; urgency=low * Remove version on libghc-binary-dev build dependency, to allow building against the binary as bundled in ghc -- Joachim Breitner Sat, 10 Mar 2012 17:40:39 +0100 haskell-snap-server (0.7.0.1-2) unstable; urgency=low * Bump to Standards-Version 3.9.3. -- Clint Adams Mon, 05 Mar 2012 23:23:49 -0500 haskell-snap-server (0.7.0.1-1) unstable; urgency=low * Debianization generated by cabal-debian * ITP (Closes: #653543) -- Kiwamu Okabe Thu, 29 Dec 2011 16:49:52 +0900 debian/compat0000644000000000000000000000000212253115655010371 0ustar 9 debian/source/0000755000000000000000000000000012253115655010473 5ustar debian/source/format0000644000000000000000000000001412253115655011701 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000020112253134421010205 0ustar version=3 http://hackage.haskell.org/package/snap-server/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))