[Git][haskell-team/tools][master] powerpc was moved to ports

Clint Adams gitlab at salsa.debian.org
Sun Jul 8 18:20:56 BST 2018


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


Commits:
2fe5ec3d by Clint Adams at 2018-07-08T13:20:45-04:00
powerpc was moved to ports

- - - - -


1 changed file:

- binNMUs.hs


Changes:

=====================================
binNMUs.hs
=====================================
--- a/binNMUs.hs
+++ b/binNMUs.hs
@@ -34,20 +34,20 @@ import Data.Foldable (for_)
 
 #ifdef SQL
 import Database.PostgreSQL.Simple hiding (Binary)
-import Database.PostgreSQL.Simple.Types (Query(Query)) 
+import Database.PostgreSQL.Simple.Types (Query(Query))
 #endif
 
 import AcquireFile
 
 defaultArches :: [Arch]
-defaultArches = words "amd64 arm64 armel armhf hurd-i386 i386 mips mipsel mips64el powerpc ppc64el s390x kfreebsd-amd64 kfreebsd-i386"
+defaultArches = words "amd64 arm64 armel armhf hurd-i386 i386 mips mipsel mips64el ppc64el s390x kfreebsd-amd64 kfreebsd-i386"
 
 -- non-default arches
 extraArches :: [Arch]
 extraArches = words "sparc"
 
 portsArches :: [Arch]
-portsArches = words "alpha hppa ia64 m68k powerpcspe ppc64 riscv64 sh4 sparc64 x32"
+portsArches = words "alpha hppa ia64 m68k powerpc powerpcspe ppc64 riscv64 sh4 sparc64 x32"
 
 allArches :: [Arch]
 allArches = defaultArches ++ extraArches ++ portsArches



View it on GitLab: https://salsa.debian.org/haskell-team/tools/commit/2fe5ec3de23d056c0ee228a473bdb104a79645c5

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/tools/commit/2fe5ec3de23d056c0ee228a473bdb104a79645c5
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/20180708/2ee34a67/attachment.html>


More information about the Pkg-haskell-commits mailing list