[Pkg-haskell-commits] darcs: haskell-hashable: Disable also on powerpc64, maybe there is some arch name confusion somewhere.

Joachim Breitner mail at joachim-breitner.de
Thu Oct 24 17:19:31 UTC 2013


Thu Oct 24 17:18:00 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Disable also on powerpc64, maybe there is some arch name confusion somewhere. 

    M ./changelog +7
    M ./patches/disable_mmap_on_some_arches -3 +3

Thu Oct 24 17:18:00 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Disable also on powerpc64, maybe there is some arch name confusion somewhere. 
diff -rN -u old-haskell-hashable/changelog new-haskell-hashable/changelog
--- old-haskell-hashable/changelog	2013-10-24 17:19:31.422040394 +0000
+++ new-haskell-hashable/changelog	2013-10-24 17:19:31.433924632 +0000
@@ -1,3 +1,10 @@
+haskell-hashable (1.2.1.0-3) UNRELEASED; urgency=low
+
+  * Disable also on powerpc64, maybe there is some arch name confusion
+    somewhere. 
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 24 Oct 2013 19:17:42 +0200
+
 haskell-hashable (1.2.1.0-2) unstable; urgency=low
 
   * Disable calls to mmap in testsuite, whose failure prevented build
diff -rN -u old-haskell-hashable/patches/disable_mmap_on_some_arches new-haskell-hashable/patches/disable_mmap_on_some_arches
--- old-haskell-hashable/patches/disable_mmap_on_some_arches	2013-10-24 17:19:31.410038192 +0000
+++ new-haskell-hashable/patches/disable_mmap_on_some_arches	2013-10-24 17:19:31.426041132 +0000
@@ -5,14 +5,14 @@
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 Index: haskell-hashable-1.2.1.0/hashable.cabal
 ===================================================================
---- haskell-hashable-1.2.1.0.orig/hashable.cabal	2013-09-13 23:31:52.000000000 +0200
-+++ haskell-hashable-1.2.1.0/hashable.cabal	2013-10-23 22:30:39.000000000 +0200
+--- haskell-hashable-1.2.1.0.orig/hashable.cabal	2013-10-24 19:17:20.175994877 +0200
++++ haskell-hashable-1.2.1.0/hashable.cabal	2013-10-24 19:17:39.491994704 +0200
 @@ -77,7 +77,7 @@
                       QuickCheck >= 2.4.0.1,
                       random == 1.0.*,
                       text >= 0.11.0.5
 -  if !os(windows)
-+  if !os(windows) && !(arch(arm) || arch(mips) || arch(mipsel) || arch(powerpc))
++  if !os(windows) && !(arch(arm) || arch(mips) || arch(mipsel) || arch(powerpc) || arch(powerpc64))
      Build-depends:   unix
      CPP-options:     -DHAVE_MMAP
      Other-modules:   Regress.Mmap




More information about the Pkg-haskell-commits mailing list