[Pkg-haskell-commits] darcs: haskell-hashable: Add hppa to mmap patch (Closes: 753248)
Joachim Breitner
mail at joachim-breitner.de
Sun Jun 29 19:56:44 UTC 2014
Sun Jun 29 19:53:25 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Add hppa to mmap patch (Closes: 753248)
M ./changelog +6
M ./patches/disable_mmap_on_some_arches -1 +1
Sun Jun 29 19:53:25 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Add hppa to mmap patch (Closes: 753248)
diff -rN -u old-haskell-hashable/changelog new-haskell-hashable/changelog
--- old-haskell-hashable/changelog 2014-06-29 19:56:44.715481013 +0000
+++ new-haskell-hashable/changelog 2014-06-29 19:56:44.723481012 +0000
@@ -1,3 +1,9 @@
+haskell-hashable (1.2.1.0-5) UNRELEASED; urgency=medium
+
+ * Add hppa to mmap patch (Closes: 753248)
+
+ -- Joachim Breitner <nomeata at debian.org> Sun, 29 Jun 2014 12:53:02 -0700
+
haskell-hashable (1.2.1.0-4) unstable; urgency=low
* Fix mmap patch to use Cabal-compatible architecture names; "mips" is
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 2014-06-29 19:56:44.715481013 +0000
+++ new-haskell-hashable/patches/disable_mmap_on_some_arches 2014-06-29 19:56:44.719481013 +0000
@@ -12,7 +12,7 @@
random == 1.0.*,
text >= 0.11.0.5
- if !os(windows)
-+ if !os(windows) && !(arch(arm) || arch(mips) || arch(ppc) || arch(ppc64))
++ if !os(windows) && !(arch(arm) || arch(mips) || arch(ppc) || arch(ppc64) || arch(hppa))
Build-depends: unix
CPP-options: -DHAVE_MMAP
Other-modules: Regress.Mmap
More information about the Pkg-haskell-commits
mailing list