mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Include bzlib patch
This commit is contained in:
parent
434619aed6
commit
1282fbe3e9
9
patching/patches/bzlib-conduit-0.2.1.1.patch
Normal file
9
patching/patches/bzlib-conduit-0.2.1.1.patch
Normal file
@ -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)
|
||||
Loading…
Reference in New Issue
Block a user