summaryrefslogtreecommitdiff
path: root/p/haskell-hashable
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-06-29 23:53:25 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-06-29 23:53:25 +0400
commit96fe9f5da65af38aeaca6822dff5819186668506 (patch)
tree5c9cb8895525484a9c04d7d0feb7281a1d0c6e59 /p/haskell-hashable
parentb71511971602b1fb33a36d15301f0099909057e8 (diff)
downloadDHG_packages-96fe9f5da65af38aeaca6822dff5819186668506.tar.gz
haskell-hashable: Add hppa to mmap patch (Closes: 753248)
Diffstat (limited to 'p/haskell-hashable')
-rw-r--r--p/haskell-hashable/debian/changelog6
-rw-r--r--p/haskell-hashable/debian/patches/disable_mmap_on_some_arches2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-hashable/debian/changelog b/p/haskell-hashable/debian/changelog
index b06a11399..b9c900e86 100644
--- a/p/haskell-hashable/debian/changelog
+++ b/p/haskell-hashable/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hashable (1.2.1.0-5) UNRELEASED; urgency=medium
+
+ * Add hppa to mmap patch (Closes: 753248)
+
+ -- Joachim Breitner <nomeata@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 --git a/p/haskell-hashable/debian/patches/disable_mmap_on_some_arches b/p/haskell-hashable/debian/patches/disable_mmap_on_some_arches
index 3bcd011dd..8ec4e9bc6 100644
--- a/p/haskell-hashable/debian/patches/disable_mmap_on_some_arches
+++ b/p/haskell-hashable/debian/patches/disable_mmap_on_some_arches
@@ -12,7 +12,7 @@ Index: haskell-hashable-1.2.1.0/hashable.cabal
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