[Pkg-haskell-commits] [tools] 01/07: Add arm64, ppc64el

Joachim Breitner nomeata at moszumanska.debian.org
Sun Dec 21 20:58:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository tools.

commit b94d74d1817777ef937d2a75aa09868e08adf4b2
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Sep 10 16:57:32 2014 +0200

    Add arm64, ppc64el
---
 binNMUs.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binNMUs.hs b/binNMUs.hs
index 2259bfe..b064304 100644
--- a/binNMUs.hs
+++ b/binNMUs.hs
@@ -29,7 +29,7 @@ import Database.PostgreSQL.Simple.Types (Query(Query))
 import AcquireFile
 
 allArches :: [Arch]
-allArches = words "amd64 armel armhf hurd-i386 i386 mips mipsel powerpc s390x kfreebsd-amd64 kfreebsd-i386"
+allArches = words "amd64 arm64 armel armhf hurd-i386 i386 mips mipsel powerpc ppc64el s390x kfreebsd-amd64 kfreebsd-i386"
 
 type SourceName = String
 type Version = String

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/tools.git



More information about the Pkg-haskell-commits mailing list