Codebase list haskell-concurrent-output / 6542139
relational-query: add 0.8.3.1. Kei Hibino 7 years ago
7 changed file(s) with 143 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-relational-query (0.8.3.1-1) unstable; urgency=low
1
2 * Initial release (Closes: #834877)
3
4 -- Kei Hibino <ex8k.hibino@gmail.com> Tue, 06 Sep 2016 09:57:48 +0900
0 Source: haskell-relational-query
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Kei Hibino <ex8k.hibino@gmail.com>
3 Priority: extra
4 Section: haskell
5 Build-Depends: debhelper (>= 9),
6 haskell-devscripts (>= 0.9),
7 cdbs,
8 ghc,
9 ghc-prof,
10 libghc-dlist-dev,
11 libghc-dlist-prof,
12 libghc-names-th-dev,
13 libghc-names-th-prof,
14 libghc-persistable-record-dev (>= 0.3),
15 libghc-persistable-record-prof,
16 libghc-sql-words-dev (>= 0.1.4),
17 libghc-sql-words-prof,
18 libghc-text-dev,
19 libghc-text-prof,
20 libghc-th-reify-compat-dev,
21 libghc-th-reify-compat-prof,
22 libghc-time-locale-compat-dev,
23 libghc-time-locale-compat-prof,
24 libghc-quickcheck-simple-dev,
25 Build-Depends-Indep: ghc-doc,
26 libghc-dlist-doc,
27 libghc-names-th-doc,
28 libghc-persistable-record-doc,
29 libghc-sql-words-doc,
30 libghc-text-doc,
31 libghc-th-reify-compat-doc,
32 libghc-time-locale-compat-doc,
33 Standards-Version: 3.9.8
34 Homepage: http://khibino.github.io/haskell-relational-record/
35 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-relational-query
36 Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
37 X-Description: Typeful, Modular, Relational, algebraic query engine
38 This package contiains typeful relation structure and
39 relational-algebraic query building DSL which can
40 translate into SQL query.
41 Supported query features are below:
42 - Type safe query building
43 - Restriction, Join, Aggregation
44 - Modularized relations
45 - Typed placeholders
46
47 Package: libghc-relational-query-dev
48 Architecture: any
49 Depends: ${haskell:Depends},
50 ${misc:Depends},
51 ${shlibs:Depends},
52 Recommends: ${haskell:Recommends},
53 Suggests: ${haskell:Suggests},
54 Conflicts: ${haskell:Conflicts},
55 Provides: ${haskell:Provides},
56 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
57 ${haskell:LongDescription}
58 .
59 ${haskell:Blurb}
60
61 Package: libghc-relational-query-prof
62 Architecture: any
63 Depends: ${haskell:Depends},
64 ${misc:Depends},
65 Recommends: ${haskell:Recommends},
66 Suggests: ${haskell:Suggests},
67 Conflicts: ${haskell:Conflicts},
68 Provides: ${haskell:Provides},
69 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
70 ${haskell:LongDescription}
71 .
72 ${haskell:Blurb}
73
74 Package: libghc-relational-query-doc
75 Architecture: all
76 Section: doc
77 Depends: ${haskell:Depends},
78 ${misc:Depends},
79 Recommends: ${haskell:Recommends},
80 Suggests: ${haskell:Suggests},
81 Conflicts: ${haskell:Conflicts},
82 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
83 ${haskell:LongDescription}
84 .
85 ${haskell:Blurb}
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: relational-query
2 Upstream-Contact: ex8k.hibino@gmail.com
3 Source: https://hackage.haskell.org/package/relational-query
4
5 Files: *
6 Copyright: Copyright (c) 2013-2016 Kei Hibino
7 License: BSD-3-clause
8
9 Files: debian/*
10 Copyright: held by the contributors mentioned in debian/changelog
11 License: BSD-3-clause
12
13 License: BSD-3-clause
14 Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions are met:
16 .
17 * Redistributions of source code must retain the above copyright
18 notice, this list of conditions and the following disclaimer.
19 .
20 * Redistributions in binary form must reproduce the above
21 copyright notice, this list of conditions and the following
22 disclaimer in the documentation and/or other materials provided
23 with the distribution.
24 .
25 * Neither the name of Kei Hibino nor the names of other
26 contributors may be used to endorse or promote products derived
27 from this software without specific prior written permission.
28 .
29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 DEB_ENABLE_TESTS = yes
3 DEB_CABAL_PACKAGE = relational-query
4 DEB_DEFAULT_COMPILER = ghc
5
6 include /usr/share/cdbs/1/rules/debhelper.mk
7 include /usr/share/cdbs/1/class/hlibrary.mk
0 version=3
1 http://hackage.haskell.org/package/relational-query/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))