From 1282fbe3e906f200790dbcc596803f48aaab997f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 29 Jan 2014 09:09:57 +0200 Subject: [PATCH] Include bzlib patch --- patching/patches/bzlib-conduit-0.2.1.1.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 patching/patches/bzlib-conduit-0.2.1.1.patch diff --git a/patching/patches/bzlib-conduit-0.2.1.1.patch b/patching/patches/bzlib-conduit-0.2.1.1.patch new file mode 100644 index 00000000..a1aa5481 --- /dev/null +++ b/patching/patches/bzlib-conduit-0.2.1.1.patch @@ -0,0 +1,9 @@ +diff -ru orig/test/test.hs new/test/test.hs +--- orig/test/test.hs 2014-01-29 09:09:40.578369753 +0200 ++++ new/test/test.hs 2014-01-29 09:09:40.000000000 +0200 +@@ -36,4 +36,4 @@ + <$> replicateM (abs n) randomIO + dest <- runResourceT $ do + C.sourceList (P.map S.pack ss) =$= bzip2 =$= bunzip2 $$ B.take (10^9) +- return $ dest == L.pack (concat ss) ++ return $ dest == L.pack (P.concat ss)