[Git][haskell-team/tools][master] 2 commits: binNMUs: Sync architecture lists with archive

Clint Adams (@clint) gitlab at salsa.debian.org
Tue Mar 17 12:23:27 GMT 2026



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


Commits:
64f2e68d by Jessica Clarke at 2026-03-17T11:53:47+00:00
binNMUs: Sync architecture lists with archive

* Remove armel
* Remove arc
* Add hurd-amd64
* Move loong64 from portsArches to defaultArches
- - - - -
5e9bb630 by Clint Adams at 2026-03-17T12:23:26+00:00
Merge branch 'binnmus-sync' into 'master'

binNMUs: Sync architecture lists with archive

See merge request haskell-team/tools!7
- - - - -


1 changed file:

- binnmus/binNMUs.hs


Changes:

=====================================
binnmus/binNMUs.hs
=====================================
@@ -45,14 +45,14 @@ import Database.PostgreSQL.Simple.Types (Query(Query))
 import AcquireFile
 
 defaultArches :: [Arch]
-defaultArches = words "amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x"
+defaultArches = words "amd64 arm64 armhf i386 loong64 mips64el ppc64el riscv64 s390x"
 
 -- non-default arches
 extraArches :: [Arch]
 extraArches = words "sparc"
 
 portsArches :: [Arch]
-portsArches = words "alpha arc hppa hurd-i386 ia64 loong64 m68k powerpc ppc64 sh4 sparc64 x32"
+portsArches = words "alpha hppa hurd-amd64 hurd-i386 m68k powerpc ppc64 sh4 sparc64 x32"
 
 allArches :: [Arch]
 allArches = defaultArches ++ extraArches ++ portsArches



View it on GitLab: https://salsa.debian.org/haskell-team/tools/-/compare/0a5980ceb0fe383e2a6aa1f63bc72be5f1e26ddd...5e9bb630b2e0b4f9a886c994ceec2019f9cd09ef

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/tools/-/compare/0a5980ceb0fe383e2a6aa1f63bc72be5f1e26ddd...5e9bb630b2e0b4f9a886c994ceec2019f9cd09ef
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/20260317/937a6ca6/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list