[Git][haskell-team/DHG_packages][master] 2 commits: Initial packaging of nonempty-vector-0.2.4
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Feb 10 21:40:31 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
595878bb by Scott Talbert at 2026-02-10T16:40:16-05:00
Initial packaging of nonempty-vector-0.2.4
- - - - -
c1f6f349 by Scott Talbert at 2026-02-10T16:40:16-05:00
Initial packaging of nonempty-containers-0.3.5.0
- - - - -
12 changed files:
- + p/haskell-nonempty-containers/debian/changelog
- + p/haskell-nonempty-containers/debian/control
- + p/haskell-nonempty-containers/debian/copyright
- + p/haskell-nonempty-containers/debian/rules
- + p/haskell-nonempty-containers/debian/source/format
- + p/haskell-nonempty-containers/debian/watch
- + p/haskell-nonempty-vector/debian/changelog
- + p/haskell-nonempty-vector/debian/control
- + p/haskell-nonempty-vector/debian/copyright
- + p/haskell-nonempty-vector/debian/rules
- + p/haskell-nonempty-vector/debian/source/format
- + p/haskell-nonempty-vector/debian/watch
Changes:
=====================================
p/haskell-nonempty-containers/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-nonempty-containers (0.3.5.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Scott Talbert <swt at techie.net> Tue, 10 Feb 2026 15:43:37 -0500
=====================================
p/haskell-nonempty-containers/debian/control
=====================================
@@ -0,0 +1,84 @@
+Source: haskell-nonempty-containers
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+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 (>= 9.10),
+ ghc-prof,
+ libghc-aeson-dev,
+ libghc-aeson-prof,
+ libghc-comonad-dev,
+ libghc-comonad-prof,
+ libghc-invariant-dev,
+ libghc-invariant-prof,
+ libghc-nonempty-vector-dev,
+ libghc-nonempty-vector-prof,
+ libghc-semigroupoids-dev,
+ libghc-semigroupoids-prof,
+ libghc-these-dev,
+ libghc-these-prof,
+ libghc-vector-dev,
+ libghc-vector-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-comonad-doc,
+ libghc-invariant-doc,
+ libghc-nonempty-vector-doc,
+ libghc-semigroupoids-doc,
+ libghc-these-doc,
+ libghc-vector-doc,
+Standards-Version: 4.7.3
+Homepage: https://github.com/mstksg/nonempty-containers#readme
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-nonempty-containers
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-nonempty-containers]
+Description: Non-empty variants of containers data types, with full API
+ Efficient and optimized non-empty versions of types from /containers/.
+ Inspired by /non-empty-containers/ library, except attempting a more
+ faithful port (with under-the-hood optimizations) of the full /containers/
+ API. Also contains a convenient typeclass abstraction for converting
+ betwewen non-empty and possibly-empty variants. See README.md for more
+ information.
+
+Package: libghc-nonempty-containers-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-nonempty-containers-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-nonempty-containers-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-nonempty-containers/debian/copyright
=====================================
@@ -0,0 +1,49 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nonempty-containers
+Upstream-Contact: justin at jle.im
+Source: https://hackage.haskell.org/package/nonempty-containers
+
+Files: *
+Copyright:
+ (c) Justin Le 2018
+ (c) Daan Leijen 2002
+ (c) Andriy Palamarchuk 2008
+ (c) Joachim Breitner 2011
+ (c) wren romano 2016
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright Justin Le (c) 2018
+ .
+ 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 Justin Le 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.
=====================================
p/haskell-nonempty-containers/debian/rules
=====================================
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
=====================================
p/haskell-nonempty-containers/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-nonempty-containers/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/nonempty-containers/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
=====================================
p/haskell-nonempty-vector/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-nonempty-vector (0.2.4-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Scott Talbert <swt at techie.net> Tue, 10 Feb 2026 15:53:58 -0500
=====================================
p/haskell-nonempty-vector/debian/control
=====================================
@@ -0,0 +1,75 @@
+Source: haskell-nonempty-vector
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+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 (>= 9.10),
+ ghc-prof,
+ libghc-primitive-dev (>= 0.6),
+ libghc-primitive-dev (<< 0.10),
+ libghc-primitive-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-quickcheck-dev,
+ libghc-tasty-quickcheck-prof,
+ libghc-vector-dev (>= 0.12),
+ libghc-vector-dev (<< 0.14),
+ libghc-vector-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-primitive-doc,
+ libghc-quickcheck2-doc,
+ libghc-tasty-doc,
+ libghc-tasty-quickcheck-doc,
+ libghc-vector-doc,
+Standards-Version: 4.7.3
+Homepage: https://github.com/emilypi/nonempty-vector
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-nonempty-vector
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-nonempty-vector]
+Description: Non-empty vectors
+ Performant, non-empty mutable and immutable vectors
+
+Package: libghc-nonempty-vector-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-nonempty-vector-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-nonempty-vector-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-nonempty-vector/debian/copyright
=====================================
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nonempty-vector
+Upstream-Contact: emilypi at cohomolo.gy
+Source: https://hackage.haskell.org/package/nonempty-vector
+
+Files: *
+Copyright: (c) 2019-2024 Emily Pillmore <emilypi at cohomolo.gy>
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Copyright (c) 2019-2024 Emily Pillmore <emilypi at cohomolo.gy>
+ .
+ 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 copyright holder 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.
=====================================
p/haskell-nonempty-vector/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DEB_ENABLE_TESTS = yes
+
+%:
+ dh $@
=====================================
p/haskell-nonempty-vector/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-nonempty-vector/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/nonempty-vector/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/10a5a979bdf9c4be2ec3f26879153fc2c76f4e9c...c1f6f34984411d1a07f0e9818f6c16f0edd167c0
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/10a5a979bdf9c4be2ec3f26879153fc2c76f4e9c...c1f6f34984411d1a07f0e9818f6c16f0edd167c0
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/20260210/51a85451/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list