mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-29 15:40:26 +01:00
Patch for bytes
This commit is contained in:
parent
04d65069f0
commit
8541de6d60
13
patching/patches/bytes-0.11.3.patch
Normal file
13
patching/patches/bytes-0.11.3.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff -ru orig/tests/doctests.hsc new/tests/doctests.hsc
|
||||||
|
--- orig/tests/doctests.hsc 2013-09-02 08:40:59.176527818 +0300
|
||||||
|
+++ new/tests/doctests.hsc 2013-09-02 08:40:59.000000000 +0300
|
||||||
|
@@ -59,7 +59,8 @@
|
||||||
|
: "-optPdist/build/autogen/cabal_macros.h"
|
||||||
|
: "-hide-all-packages"
|
||||||
|
: "-Iincludes"
|
||||||
|
- : map ("-package="++) deps ++ sources
|
||||||
|
+ : "dist/build/cbits/i2d.o"
|
||||||
|
+ : map ("-package="++) (filter (not . ("bytes-" `isPrefixOf`)) deps) ++ sources
|
||||||
|
|
||||||
|
getSources :: IO [FilePath]
|
||||||
|
getSources = filter (isSuffixOf ".hs") <$> go "src"
|
||||||
Loading…
Reference in New Issue
Block a user