[commit: nofib] master: Don't use binary output for real/eff. (3ef116a)
git at git.haskell.org
git at git.haskell.org
Sat Jun 16 17:29:27 UTC 2018
Repository : ssh://git@git.haskell.org/nofib
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3ef116aa7ed572b8ee32223a18bce8d61a635b02/nofib
>---------------------------------------------------------------
commit 3ef116aa7ed572b8ee32223a18bce8d61a635b02
Author: klebinger.andreas at gmx.at <klebinger.andreas at gmx.at>
Date: Sat Jun 16 12:36:35 2018 -0400
Don't use binary output for real/eff.
These use putStrLn so clearly we are not producing binary data.
This caused failures on windows.
Reviewers: O26 nofib, bgamari
Reviewed By: bgamari
Subscribers: bgamari
GHC Trac Issues: #14656
Differential Revision: https://phabricator.haskell.org/D4705
>---------------------------------------------------------------
3ef116aa7ed572b8ee32223a18bce8d61a635b02
real/eff/CS/Makefile | 2 --
real/eff/CSD/Makefile | 2 --
real/eff/FS/Makefile | 2 --
real/eff/S/Makefile | 2 --
real/eff/VS/Makefile | 2 --
real/eff/VSD/Makefile | 2 --
real/eff/VSM/Makefile | 2 --
7 files changed, 14 deletions(-)
diff --git a/real/eff/CS/Makefile b/real/eff/CS/Makefile
index 7b43fb5..f5b54db 100644
--- a/real/eff/CS/Makefile
+++ b/real/eff/CS/Makefile
@@ -1,8 +1,6 @@
TOP = ../../..
include $(TOP)/mk/boilerplate.mk
-SRC_RUNTEST_OPTS += -stdout-binary
-
SRC_HC_OPTS += -fglasgow-exts -package transformers
include $(TOP)/mk/target.mk
diff --git a/real/eff/CSD/Makefile b/real/eff/CSD/Makefile
index 646e3d2..be2979b 100644
--- a/real/eff/CSD/Makefile
+++ b/real/eff/CSD/Makefile
@@ -1,8 +1,6 @@
TOP = ../../..
include $(TOP)/mk/boilerplate.mk
-SRC_RUNTEST_OPTS += -stdout-binary
-
SRC_HC_OPTS += -fglasgow-exts
include $(TOP)/mk/target.mk
diff --git a/real/eff/FS/Makefile b/real/eff/FS/Makefile
index 646e3d2..be2979b 100644
--- a/real/eff/FS/Makefile
+++ b/real/eff/FS/Makefile
@@ -1,8 +1,6 @@
TOP = ../../..
include $(TOP)/mk/boilerplate.mk
-SRC_RUNTEST_OPTS += -stdout-binary
-
SRC_HC_OPTS += -fglasgow-exts
include $(TOP)/mk/target.mk
diff --git a/real/eff/S/Makefile b/real/eff/S/Makefile
index dc665af..dd62b77 100644
--- a/real/eff/S/Makefile
+++ b/real/eff/S/Makefile
@@ -1,8 +1,6 @@
TOP = ../../..
include $(TOP)/mk/boilerplate.mk
-SRC_RUNTEST_OPTS += -stdout-binary
-
SRC_HC_OPTS += -fglasgow-exts -package transformers -package mtl -O2
include $(TOP)/mk/target.mk
diff --git a/real/eff/VS/Makefile b/real/eff/VS/Makefile
index 7b43fb5..f5b54db 100644
--- a/real/eff/VS/Makefile
+++ b/real/eff/VS/Makefile
@@ -1,8 +1,6 @@
TOP = ../../..
include $(TOP)/mk/boilerplate.mk
-SRC_RUNTEST_OPTS += -stdout-binary
-
SRC_HC_OPTS += -fglasgow-exts -package transformers
include $(TOP)/mk/target.mk
diff --git a/real/eff/VSD/Makefile b/real/eff/VSD/Makefile
index 85f14b2..50c3e71 100644
--- a/real/eff/VSD/Makefile
+++ b/real/eff/VSD/Makefile
@@ -1,8 +1,6 @@
TOP = ../../..
include $(TOP)/mk/boilerplate.mk
-SRC_RUNTEST_OPTS += -stdout-binary
-
SRC_HC_OPTS += -fglasgow-exts -package transformers -package mtl
include $(TOP)/mk/target.mk
diff --git a/real/eff/VSM/Makefile b/real/eff/VSM/Makefile
index 85f14b2..50c3e71 100644
--- a/real/eff/VSM/Makefile
+++ b/real/eff/VSM/Makefile
@@ -1,8 +1,6 @@
TOP = ../../..
include $(TOP)/mk/boilerplate.mk
-SRC_RUNTEST_OPTS += -stdout-binary
-
SRC_HC_OPTS += -fglasgow-exts -package transformers -package mtl
include $(TOP)/mk/target.mk
More information about the ghc-commits
mailing list