[commit: ghc] master: Update transformer submodule to v0.5.2.0 release (eee040c)
git at git.haskell.org
git at git.haskell.org
Fri Feb 26 20:44:49 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/eee040c17ad2feb6706f206eb8ea66c7ea131921/ghc
>---------------------------------------------------------------
commit eee040c17ad2feb6706f206eb8ea66c7ea131921
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Feb 17 18:23:08 2016 +0100
Update transformer submodule to v0.5.2.0 release
Most notably, this update pulls in documentation improvements
and several INLINE pragmas for significant performance gains[1].
[1]: https://groups.google.com/d/msg/haskell-cafe/SUKtkDI84EE/fXMBd-jNDQAJ
>---------------------------------------------------------------
eee040c17ad2feb6706f206eb8ea66c7ea131921
libraries/transformers | 2 +-
mk/warnings.mk | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/libraries/transformers b/libraries/transformers
index a2f7dd0..10348c4 160000
--- a/libraries/transformers
+++ b/libraries/transformers
@@ -1 +1 @@
-Subproject commit a2f7dd057a0ee0c6cb206609594d7a07d26a1861
+Subproject commit 10348c4bbf60debbfc82463e1035aca1cb7b51bc
diff --git a/mk/warnings.mk b/mk/warnings.mk
index 10c0935..63388fb 100644
--- a/mk/warnings.mk
+++ b/mk/warnings.mk
@@ -104,6 +104,7 @@ libraries/dph/dph-lifted-common-install_EXTRA_HC_OPTS += -Wwarn
libraries/transformers_dist-boot_EXTRA_HC_OPTS += -fno-warn-unused-matches -fno-warn-unused-imports
libraries/transformers_dist-install_EXTRA_HC_OPTS += -Wno-unused-matches -Wno-unused-imports
libraries/transformers_dist-install_EXTRA_HC_OPTS += -Wno-redundant-constraints
+libraries/transformers_dist-install_EXTRA_HC_OPTS += -Wno-orphans
# Turn of trustworthy-safe warning
libraries/base_dist-install_EXTRA_HC_OPTS += -Wno-trustworthy-safe
More information about the ghc-commits
mailing list