summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-05-29 19:30:14 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-05-29 19:30:14 +0900
commitaf620bb97ccab45d326b529e2647f55a97bc6c75 (patch)
tree596d52f3fbb6ff1264652b7c970f261c138592ab
parent748ece05796e5b734a9e6699ed15ed25d4dde162 (diff)
downloadDHG_packages-af620bb97ccab45d326b529e2647f55a97bc6c75.tar.gz
refresh patch to haskell-attoparsec
-rw-r--r--p/haskell-attoparsec/debian/changelog5
-rw-r--r--p/haskell-attoparsec/debian/patches/no-threaded-testsuite14
2 files changed, 10 insertions, 9 deletions
diff --git a/p/haskell-attoparsec/debian/changelog b/p/haskell-attoparsec/debian/changelog
index 823ae71bc..7abcca16b 100644
--- a/p/haskell-attoparsec/debian/changelog
+++ b/p/haskell-attoparsec/debian/changelog
@@ -7,7 +7,10 @@ haskell-attoparsec (0.13.0.2-1) unstable; urgency=medium
[ Joachim Breitner ]
* New upstream release
- -- Joachim Breitner <nomeata@debian.org> Sat, 28 May 2016 13:37:10 +0200
+ [ Sean Whitton ]
+ * Refresh patch
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 29 May 2016 19:29:02 +0900
haskell-attoparsec (0.13.0.1-1) unstable; urgency=medium
diff --git a/p/haskell-attoparsec/debian/patches/no-threaded-testsuite b/p/haskell-attoparsec/debian/patches/no-threaded-testsuite
index d339d7eee..87d360aea 100644
--- a/p/haskell-attoparsec/debian/patches/no-threaded-testsuite
+++ b/p/haskell-attoparsec/debian/patches/no-threaded-testsuite
@@ -1,16 +1,14 @@
Description: Do not run test suite threaded, does not work on all arches.
Author: Joachim Breitner <nomeata@debian.org>
-Index: attoparsec-0.12.1.2/attoparsec.cabal
-===================================================================
---- attoparsec-0.12.1.2.orig/attoparsec.cabal 2014-12-21 13:00:33.324344149 +0100
-+++ attoparsec-0.12.1.2/attoparsec.cabal 2014-12-21 13:00:33.324344149 +0100
-@@ -89,7 +89,7 @@
- QC.Text
-
+--- a/attoparsec.cabal
++++ b/attoparsec.cabal
+@@ -92,7 +92,7 @@ test-suite tests
+ QC.Text.FastSet
+
ghc-options:
- -Wall -threaded -rtsopts
+ -Wall -rtsopts
-
+
if flag(developer)
ghc-options: -Werror