Skip to content
Commits on Source (2)
haskell-servant-client-core (0.13.0.1-1) unstable; urgency=medium
* Initial release (Closes: #902415).
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 26 Jun 2018 12:42:25 +0200
Source: haskell-servant-client-core
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 10),
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-base-compat-dev (>= 0.9.3),
libghc-base-compat-dev (<< 0.11),
libghc-base-compat-prof,
libghc-base64-bytestring-dev (>= 1.0.0.1),
libghc-base64-bytestring-dev (<< 1.1),
libghc-base64-bytestring-prof,
libghc-exceptions-dev (>= 0.8.3),
libghc-exceptions-dev (<< 0.11),
libghc-exceptions-prof,
libghc-generics-sop-dev (>= 0.3.1.0),
libghc-generics-sop-dev (<< 0.4),
libghc-generics-sop-prof,
libghc-http-api-data-dev (>= 0.3.7.1),
libghc-http-api-data-dev (<< 0.4),
libghc-http-api-data-prof,
libghc-http-media-dev (>= 0.7.0),
libghc-http-media-dev (<< 0.8),
libghc-http-media-prof,
libghc-http-types-dev (>= 0.12),
libghc-http-types-dev (<< 0.13),
libghc-http-types-prof,
libghc-mtl-dev (>= 2.1),
libghc-mtl-dev (<< 2.3),
libghc-mtl-prof,
libghc-network-uri-dev (>= 2.6.1.0),
libghc-network-uri-dev (<< 2.7),
libghc-network-uri-prof,
libghc-safe-dev (>= 0.3.15),
libghc-safe-dev (<< 0.4),
libghc-safe-prof,
libghc-servant-dev (>= 0.13),
libghc-servant-dev (<< 0.14),
libghc-servant-prof,
libghc-text-dev (>= 1.2.3.0),
libghc-text-dev (<< 1.3),
libghc-text-prof,
libghc-quickcheck2-dev (>= 2.10.1),
libghc-quickcheck2-dev (<< 2.12),
libghc-hspec-dev (>= 2.4.4),
libghc-hspec-dev (<< 2.6),
Build-Depends-Indep: ghc-doc,
libghc-base-compat-doc,
libghc-base64-bytestring-doc,
libghc-exceptions-doc,
libghc-generics-sop-doc,
libghc-http-api-data-doc,
libghc-http-media-doc,
libghc-http-types-doc,
libghc-mtl-doc,
libghc-network-uri-doc,
libghc-safe-doc,
libghc-servant-doc,
libghc-text-doc,
Standards-Version: 4.1.4
Homepage: http://haskell-servant.readthedocs.org/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-servant-client-core
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-servant-client-core]
X-Description: Core functionality and class for client function generation for servant APIs
This library provides backend-agnostic generation of client functions. For
more information, see the README.
Package: libghc-servant-client-core-dev
Architecture: any
Depends:
${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Provides:
${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-servant-client-core-prof
Architecture: any
Depends:
${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Provides:
${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-servant-client-core-doc
Architecture: all
Section: doc
Depends:
${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: servant-client-core
Upstream-Contact: haskell-servant-maintainers@googlegroups.com
Source: https://hackage.haskell.org/package/servant-client-core
Files: *
Copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2017 Servant Contributors
License: BSD-3-clause
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: BSD-3-clause
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 Servant Contributors 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.
#!/usr/bin/make -f
DEB_CABAL_PACKAGE = servant-client-core
DEB_DEFAULT_COMPILER = ghc
DEB_ENABLE_TESTS = yes
DEB_INSTALL_CHANGELOGS_ALL = CHANGELOG.md
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
version=3
https://hackage.haskell.org/package/servant-client-core/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))