[Git][haskell-team/DHG_packages][master] 5 commits: Add haskell-binary-parser
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Thu Feb 26 17:21:42 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ec5800bd by Diogo Biazus at 2026-02-26T03:09:59+00:00
Add haskell-binary-parser
- - - - -
0c73b910 by Diogo Biazus at 2026-02-26T03:09:59+00:00
Add haskell-bytestring-strict-builder
- - - - -
cba4465b by Diogo Biazus at 2026-02-26T03:09:59+00:00
Add haskell-postgresql-binary
- - - - -
92ab4561 by Diogo Biazus at 2026-02-26T03:09:59+00:00
Add hasql
- - - - -
57e3e515 by Diogo Biazus at 2026-02-26T03:09:59+00:00
Add BSD3 licensing info to package.
- - - - -
24 changed files:
- + p/haskell-binary-parser/debian/changelog
- + p/haskell-binary-parser/debian/control
- + p/haskell-binary-parser/debian/copyright
- + p/haskell-binary-parser/debian/rules
- + p/haskell-binary-parser/debian/source/format
- + p/haskell-binary-parser/debian/watch
- + p/haskell-bytestring-strict-builder/debian/changelog
- + p/haskell-bytestring-strict-builder/debian/control
- + p/haskell-bytestring-strict-builder/debian/copyright
- + p/haskell-bytestring-strict-builder/debian/rules
- + p/haskell-bytestring-strict-builder/debian/source/format
- + p/haskell-bytestring-strict-builder/debian/watch
- + p/haskell-hasql/debian/changelog
- + p/haskell-hasql/debian/control
- + p/haskell-hasql/debian/copyright
- + p/haskell-hasql/debian/rules
- + p/haskell-hasql/debian/source/format
- + p/haskell-hasql/debian/watch
- + p/haskell-postgresql-binary/debian/changelog
- + p/haskell-postgresql-binary/debian/control
- + p/haskell-postgresql-binary/debian/copyright
- + p/haskell-postgresql-binary/debian/rules
- + p/haskell-postgresql-binary/debian/source/format
- + p/haskell-postgresql-binary/debian/watch
Changes:
=====================================
p/haskell-binary-parser/debian/changelog
=====================================
@@ -0,0 +1,6 @@
+haskell-binary-parser (0.5.7.7-1) UNRELEASED; urgency=low
+
+ [ Diogo Biazus ]
+ * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> Thu, 05 Feb 2026 03:28:58 +0000
=====================================
p/haskell-binary-parser/debian/control
=====================================
@@ -0,0 +1,69 @@
+Source: haskell-binary-parser
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Diogo Biazus <diogo at biazus.ca>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
+ dh-sequence-haskell,
+ ghc,
+ ghc-prof,
+ libghc-base-prelude-dev (>= 1.6),
+ libghc-base-prelude-dev (<< 2),
+ libghc-base-prelude-prof,
+ libghc-tasty-dev (>= 1.2.3),
+ libghc-tasty-dev (<< 2),
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev (>= 0.10),
+ libghc-tasty-hunit-dev (<< 0.11),
+ libghc-tasty-hunit-prof,
+ libghc-tasty-quickcheck-dev (>= 0.10),
+ libghc-tasty-quickcheck-dev (<< 0.12),
+ libghc-tasty-quickcheck-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.7.2
+Homepage: https://github.com/nikita-volkov/binary-parser
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-binary-parser
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-binary-parser]
+Description: Efficient but limited parser API specialised to bytestrings
+
+Package: libghc-binary-parser-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-binary-parser-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-binary-parser-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}
=====================================
p/haskell-binary-parser/debian/copyright
=====================================
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: binary-parser
+Upstream-Contact: Nikita Volkov <nikita.y.volkov at mail.ru>
+Source: https://hackage.haskell.org/package/binary-parser
+
+Files: *
+Copyright: (c) 2015, Nikita Volkov
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Copyright (c) 2015, Nikita Volkov
+ .
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
=====================================
p/haskell-binary-parser/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DEB_ENABLE_TESTS = yes
+
+%:
+ dh $@
=====================================
p/haskell-binary-parser/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-binary-parser/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/binary-parser/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
=====================================
p/haskell-bytestring-strict-builder/debian/changelog
=====================================
@@ -0,0 +1,6 @@
+haskell-bytestring-strict-builder (0.4.5.8-1) UNRELEASED; urgency=low
+
+ [ Diogo Biazus ]
+ * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> Thu, 19 Feb 2026 01:43:35 +0000
=====================================
p/haskell-bytestring-strict-builder/debian/control
=====================================
@@ -0,0 +1,61 @@
+Source: haskell-bytestring-strict-builder
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Diogo Biazus <diogo at biazus.ca>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
+ dh-sequence-haskell,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.7.3
+Homepage: https://github.com/nikita-volkov/bytestring-strict-builder
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-bytestring-strict-builder
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-bytestring-strict-builder]
+Description: Efficient strict bytestring builder
+ Practical benchmarks have proven it to be highly performant.
+ The encoders from the \"postgresql-binary\" library have shown
+ a stable performance improvement by factors of up to 10 after the migration
+ from the standard builder to \"bytestring-strict-builder\".
+
+Package: libghc-bytestring-strict-builder-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-bytestring-strict-builder-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-bytestring-strict-builder-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}
=====================================
p/haskell-bytestring-strict-builder/debian/copyright
=====================================
@@ -0,0 +1,70 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bytestring-strict-builder
+Upstream-Contact: Nikita Volkov <nikita.y.volkov at mail.ru>
+Source: https://hackage.haskell.org/package/bytestring-strict-builder
+
+Files: *
+Copyright: (c) 2017, Nikita Volkov
+License: MIT
+
+Files: library/ByteString/StrictBuilder/Population/UncheckedShifting.hs
+Copyright: (c) 2010 Simon Meier
+License: BSD3
+
+License: BSD3
+ 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 author 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 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.
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Copyright (c) 2015, Nikita Volkov
+ .
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
=====================================
p/haskell-bytestring-strict-builder/debian/rules
=====================================
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
=====================================
p/haskell-bytestring-strict-builder/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-bytestring-strict-builder/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/bytestring-strict-builder/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
=====================================
p/haskell-hasql/debian/changelog
=====================================
@@ -0,0 +1,6 @@
+haskell-hasql (1.9.3.1-1) UNRELEASED; urgency=low
+
+ [ Diogo Biazus ]
+ * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> Thu, 19 Feb 2026 02:12:59 +0000
=====================================
p/haskell-hasql/debian/control
=====================================
@@ -0,0 +1,140 @@
+Source: haskell-hasql
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Diogo Biazus <diogo at biazus.ca>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
+ dh-sequence-haskell,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 2),
+ libghc-aeson-dev (<< 3),
+ libghc-aeson-prof,
+ libghc-attoparsec-dev (>= 0.10),
+ libghc-attoparsec-dev (<< 0.15),
+ libghc-attoparsec-prof,
+ libghc-bytestring-strict-builder-dev (>= 0.4.5.1),
+ libghc-bytestring-strict-builder-dev (<< 0.5),
+ libghc-bytestring-strict-builder-prof,
+ libghc-contravariant-dev (>= 1.3),
+ libghc-contravariant-dev (<< 2),
+ libghc-contravariant-prof,
+ libghc-dlist-dev (>= 1),
+ libghc-dlist-dev (<< 2),
+ libghc-dlist-prof,
+ libghc-hashable-dev (>= 1.2),
+ libghc-hashable-dev (<< 2),
+ libghc-hashable-prof,
+ libghc-hashtables-dev (>= 1.1),
+ libghc-hashtables-dev (<< 2),
+ libghc-hashtables-prof,
+ libghc-iproute-dev (>= 1.7),
+ libghc-iproute-dev (<< 1.8),
+ libghc-iproute-prof,
+ libghc-postgresql-binary-dev (>= 0.14.2),
+ libghc-postgresql-binary-dev (<< 0.15),
+ libghc-postgresql-binary-prof,
+ libghc-postgresql-libpq-dev (>= 0.10.1),
+ libghc-postgresql-libpq-dev (<< 0.12),
+ libghc-postgresql-libpq-prof,
+ libghc-profunctors-dev (>= 5.1),
+ libghc-profunctors-dev (<< 6),
+ libghc-profunctors-prof,
+ libghc-scientific-dev (>= 0.3),
+ libghc-scientific-dev (<< 0.4),
+ libghc-scientific-prof,
+ libghc-text-builder-dev (>= 1),
+ libghc-text-builder-dev (<< 1.1),
+ libghc-text-builder-prof,
+ libghc-uuid-dev (>= 1.3),
+ libghc-uuid-dev (<< 2),
+ libghc-uuid-prof,
+ libghc-vector-dev (>= 0.10),
+ libghc-vector-dev (<< 0.14),
+ libghc-vector-prof,
+ libghc-witherable-dev (>= 0.5),
+ libghc-witherable-dev (<< 0.6),
+ libghc-witherable-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-attoparsec-doc,
+ libghc-bytestring-strict-builder-doc,
+ libghc-contravariant-doc,
+ libghc-dlist-doc,
+ libghc-hashable-doc,
+ libghc-hashtables-doc,
+ libghc-iproute-doc,
+ libghc-postgresql-binary-doc,
+ libghc-postgresql-libpq-doc,
+ libghc-profunctors-doc,
+ libghc-scientific-doc,
+ libghc-text-builder-doc,
+ libghc-uuid-doc,
+ libghc-vector-doc,
+ libghc-witherable-doc,
+Standards-Version: 4.7.3
+Homepage: https://github.com/nikita-volkov/hasql
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hasql
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hasql]
+Description: Fast PostgreSQL driver with a flexible mapping API
+ Root of the \"hasql\" ecosystem.
+ This library provides connection management,
+ execution of queries and mapping of parameters and results.
+ Extended functionality such as pooling, transactions
+ and compile-time checking is provided by extension libraries.
+ For more details and tutorials see the readme.
+ .
+ The API comes free from all kinds of exceptions.
+ All error-reporting is explicit and is presented using the 'Either' type.
+ .
+ \"hasql\" requires you to have the "\libpq\" C-library installed to compile.
+ Starting from version 1.7 of \"hasql\" it requires \"libpq\"
+ of at least version 14.
+ \"libpq\" comes distributed with PostgreSQL,
+ so typically all you need is just to install the latest PostgreSQL distro.
+ .
+ Despite the mentioned requirements for \"libpq\" \"hasql\" is compatible
+ with a wide range of PostgreSQL servers with tests
+ having been conducted starting from version 8.3.
+
+Package: libghc-hasql-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-hasql-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-hasql-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}
=====================================
p/haskell-hasql/debian/copyright
=====================================
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hasql
+Upstream-Contact: Nikita Volkov <nikita.y.volkov at mail.ru>
+Source: https://hackage.haskell.org/package/hasql
+
+Files: *
+Copyright: (c) 2014, Nikita Volkov
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Copyright (c) 2014, Nikita Volkov
+ .
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
=====================================
p/haskell-hasql/debian/rules
=====================================
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
=====================================
p/haskell-hasql/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-hasql/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/hasql/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
=====================================
p/haskell-postgresql-binary/debian/changelog
=====================================
@@ -0,0 +1,6 @@
+haskell-postgresql-binary (0.14.2-1) UNRELEASED; urgency=low
+
+ [ Diogo Biazus ]
+ * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> Thu, 19 Feb 2026 02:01:59 +0000
=====================================
p/haskell-postgresql-binary/debian/control
=====================================
@@ -0,0 +1,98 @@
+Source: haskell-postgresql-binary
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Diogo Biazus <diogo at biazus.ca>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
+ dh-sequence-haskell,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 2),
+ libghc-aeson-dev (<< 3),
+ libghc-aeson-prof,
+ libghc-binary-parser-dev (>= 0.5.7),
+ libghc-binary-parser-dev (<< 0.6),
+ libghc-binary-parser-prof,
+ libghc-bytestring-strict-builder-dev (>= 0.4.5.4),
+ libghc-bytestring-strict-builder-dev (<< 0.5),
+ libghc-bytestring-strict-builder-prof,
+ libghc-iproute-dev (>= 1.7),
+ libghc-iproute-dev (<< 2),
+ libghc-iproute-prof,
+ libghc-scientific-dev (>= 0.3),
+ libghc-scientific-dev (<< 0.4),
+ libghc-scientific-prof,
+ libghc-unordered-containers-dev (>= 0.2),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
+ libghc-uuid-dev (>= 1.3),
+ libghc-uuid-dev (<< 1.4),
+ libghc-uuid-prof,
+ libghc-vector-dev (>= 0.12),
+ libghc-vector-dev (<< 0.14),
+ libghc-vector-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-binary-parser-doc,
+ libghc-bytestring-strict-builder-doc,
+ libghc-iproute-doc,
+ libghc-scientific-doc,
+ libghc-unordered-containers-doc,
+ libghc-uuid-doc,
+ libghc-vector-doc,
+Standards-Version: 4.7.3
+Homepage: https://github.com/nikita-volkov/postgresql-binary
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-postgresql-binary
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-postgresql-binary]
+Description: Encoders and decoders for the PostgreSQL's binary format
+ An API for dealing with PostgreSQL's binary data format.
+ .
+ It can be used to implement performant bindings to Postgres.
+ E.g., <http://hackage.haskell.org/package/hasql hasql>
+ is based on this library.
+ .
+ It supports all Postgres versions starting from 8.3
+ and is tested against 8.3, 9.3 and 9.5
+ with the @integer_datetimes@ setting off and on.
+
+Package: libghc-postgresql-binary-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-postgresql-binary-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-postgresql-binary-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}
=====================================
p/haskell-postgresql-binary/debian/copyright
=====================================
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: postgresql-binary
+Upstream-Contact: Nikita Volkov <nikita.y.volkov at mail.ru>
+Source: https://hackage.haskell.org/package/postgresql-binary
+
+Files: *
+Copyright: (c) 2014, Nikita Volkov
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Copyright (c) 2014, Nikita Volkov
+ .
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
=====================================
p/haskell-postgresql-binary/debian/rules
=====================================
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
=====================================
p/haskell-postgresql-binary/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-postgresql-binary/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/postgresql-binary/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/23147d483d1478e83000b137b06c770ae4aca482...57e3e515854988e37a521c36ff13257e8d028ea6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/23147d483d1478e83000b137b06c770ae4aca482...57e3e515854988e37a521c36ff13257e8d028ea6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260226/2516721a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list