[Git][haskell-team/DHG_packages][master] Add atomic-counter

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Jan 5 01:40:02 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
92269bd8 by Clint Adams at 2026-01-04T20:39:53-05:00
Add atomic-counter

- - - - -


6 changed files:

- + p/haskell-atomic-counter/debian/changelog
- + p/haskell-atomic-counter/debian/control
- + p/haskell-atomic-counter/debian/copyright
- + p/haskell-atomic-counter/debian/rules
- + p/haskell-atomic-counter/debian/source/format
- + p/haskell-atomic-counter/debian/watch


Changes:

=====================================
p/haskell-atomic-counter/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-atomic-counter (0.1.2.3-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Sun, 04 Jan 2026 20:30:05 -0500


=====================================
p/haskell-atomic-counter/debian/control
=====================================
@@ -0,0 +1,70 @@
+Source: haskell-atomic-counter
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+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-quickcheck2-dev,
+ libghc-quickcheck2-prof,
+ libghc-async-dev (>= 2),
+ libghc-async-prof (>= 2),
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-quickcheck-dev,
+ libghc-tasty-quickcheck-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.7.3
+Homepage: https://github.com/sergv/atomic-counter
+Description: mutable counters modifiable with atomic operations
+ This package defines Counter type that can be safely modified
+ concurrently from multiple threads. The type supports only few
+ operations, namely read, write, cas (compare and swap), add,
+ subtract and a few bitwise ones like or, and xor.
+ .
+ Most common use case is having a shared counter that multiple
+ threads increment. Another potential use case is lightweight locks.
+
+Package: libghc-atomic-counter-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-atomic-counter-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-atomic-counter-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-atomic-counter/debian/copyright
=====================================
@@ -0,0 +1,15 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: atomic-counter
+Upstream-Contact: Sergey Vinokurov <serg.foo at gmail.com>
+Source: https://hackage.haskell.org/package/atomic-counter
+
+Files: *
+Copyright: 2022 Sergey Vinokurov
+License: Apache-2.0
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Apache-2.0
+
+License: Apache-2.0
+ See /usr/share/common-licenses/Apache-2.0 on your Debian-based system.


=====================================
p/haskell-atomic-counter/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DEB_ENABLE_TESTS = yes
+
+%:
+	dh $@


=====================================
p/haskell-atomic-counter/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-atomic-counter/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/atomic-counter/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/92269bd8467ee490f47173612a887fd3e19ca03b

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/92269bd8467ee490f47173612a887fd3e19ca03b
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/20260105/ff53d77f/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list