[commit: ghc] wip/transformers-0.5.2: Update transformer submodule to v0.5.2.0 release (8bc7c37)

git at git.haskell.org git at git.haskell.org
Wed Feb 17 21:11:17 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/transformers-0.5.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/8bc7c37af4090f7050c9fe5e664a248224e85d62/ghc

>---------------------------------------------------------------

commit 8bc7c37af4090f7050c9fe5e664a248224e85d62
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.


>---------------------------------------------------------------

8bc7c37af4090f7050c9fe5e664a248224e85d62
 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