debian/0000755000000000000000000000000012274721601007170 5ustar debian/watch0000644000000000000000000000020012255573774010230 0ustar version=3 http://hackage.haskell.org/package/esqueleto/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000020512255573771010261 0ustar #!/usr/bin/make -f DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000476312255575155011147 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: esqueleto Upstream-Contact: Felipe Lessa Source: http://hackage.haskell.org/package/esqueleto Files: * Copyright: 2012 Felipe Lessa License: BSD-3-clause Files: debian/* Copyright: 2013 Clint Adams License: ISC License: BSD-3-clause 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 Felipe Lessa nor the names of other 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 OWNER 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. License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/source/0000755000000000000000000000000011775351420010473 5ustar debian/source/format0000644000000000000000000000001411775351420011701 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012255574233010625 5ustar debian/patches/series0000644000000000000000000000001412255574210012030 0ustar newer-hspec debian/patches/newer-hspec0000644000000000000000000000077412255574233013000 0ustar Index: esqueleto-1.3.4.2/esqueleto.cabal =================================================================== --- esqueleto-1.3.4.2.orig/esqueleto.cabal 2013-09-15 12:01:15.000000000 -0400 +++ esqueleto-1.3.4.2/esqueleto.cabal 2013-12-22 09:35:06.492521458 -0500 @@ -82,7 +82,7 @@ , containers , HUnit , QuickCheck - , hspec >= 1.3 && < 1.8 + , hspec >= 1.3 && < 1.9 , persistent-sqlite == 1.2.* , persistent-template == 1.2.* , monad-control debian/compat0000644000000000000000000000000212255573011010365 0ustar 9 debian/control0000644000000000000000000000575612255575670010624 0ustar Source: haskell-esqueleto Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-conduit-dev , libghc-conduit-prof , libghc-monad-logger-dev , libghc-monad-logger-prof , libghc-persistent-dev (>= 1.2) , libghc-persistent-dev (<< 1.3) , libghc-persistent-prof , libghc-resourcet-dev , libghc-resourcet-prof , libghc-tagged-dev (>= 0.2) , libghc-tagged-prof , libghc-text-dev (>= 0.11) , libghc-text-dev (<< 0.12) , libghc-text-prof , libghc-transformers-dev (>= 0.2) , libghc-transformers-prof , libghc-unordered-containers-dev (>= 0.2) , libghc-unordered-containers-prof , libghc-hunit-dev , libghc-quickcheck2-dev , libghc-hspec-dev (>= 1.3) , libghc-hspec-dev (<< 1.9) , libghc-persistent-sqlite-dev (>= 1.2) , libghc-persistent-sqlite-dev (<< 1.3) , libghc-persistent-template-dev (>= 1.2) , libghc-persistent-template-dev (<< 1.3) , libghc-monad-control-dev Build-Depends-Indep: ghc-doc , libghc-conduit-doc , libghc-monad-logger-doc , libghc-persistent-doc , libghc-resourcet-doc , libghc-tagged-doc , libghc-text-doc , libghc-transformers-doc , libghc-unordered-containers-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/esqueleto Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-esqueleto Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-esqueleto X-Description: bare-bones, type-safe EDSL for SQL on persistent backends esqueleto is a bare bones, type-safe EDSL for SQL queries that works with unmodified persistent SQL backends. Its language closely resembles SQL, so (a) you don't have to learn new concepts, just new syntax, and (b) it's fairly easy to predict the generated SQL and optimize it for your backend. Most kinds of errors committed when writing SQL are caught as compile-time errors---although it is possible to write type-checked esqueleto queries that fail at runtime. Package: libghc-esqueleto-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-esqueleto-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-esqueleto-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} debian/changelog0000644000000000000000000000046312274721601011045 0ustar haskell-esqueleto (1.3.4.2-1build1) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 06 Feb 2014 15:00:17 +0000 haskell-esqueleto (1.3.4.2-1) unstable; urgency=low * Initial release. -- Clint Adams Sun, 22 Dec 2013 09:24:12 -0500