[Git][haskell-team/tools][master] 2 commits: binNMUs: Add riscv64 to portsArches

Joachim Breitner gitlab at salsa.debian.org
Mon Apr 9 18:35:17 UTC 2018


Joachim Breitner pushed to branch master at Debian Haskell Group / tools


Commits:
240c6075 by James Clarke at 2018-04-09T18:36:57+01:00
binNMUs: Add riscv64 to portsArches

- - - - -
bb7cb31b by Joachim Breitner at 2018-04-09T18:35:15+00:00
Merge branch 'riscv64' into 'master'

binNMUs: Add riscv64 to portsArches

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


1 changed file:

- binNMUs.hs


Changes:

=====================================
binNMUs.hs
=====================================
--- a/binNMUs.hs
+++ b/binNMUs.hs
@@ -47,7 +47,7 @@ extraArches :: [Arch]
 extraArches = words "sparc"
 
 portsArches :: [Arch]
-portsArches = words "alpha hppa ia64 m68k powerpcspe ppc64 sh4 sparc64 x32"
+portsArches = words "alpha hppa ia64 m68k powerpcspe ppc64 riscv64 sh4 sparc64 x32"
 
 allArches :: [Arch]
 allArches = defaultArches ++ extraArches ++ portsArches



View it on GitLab: https://salsa.debian.org/haskell-team/tools/compare/e9ce01074a08c0e383c9181b9a6ad312df499972...bb7cb31b77e2e7fc1513d406edb619d75399b70a

---
View it on GitLab: https://salsa.debian.org/haskell-team/tools/compare/e9ce01074a08c0e383c9181b9a6ad312df499972...bb7cb31b77e2e7fc1513d406edb619d75399b70a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180409/2f12513b/attachment.html>


More information about the Pkg-haskell-commits mailing list