From b5b3e34ec39fc89a0bcd0b60cf9a4962c89ba72f Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Tue, 13 Oct 2020 02:39:12 +0300 Subject: Implement -Woperator-whitespace (#18834) This patch implements two related warnings: -Woperator-whitespace-ext-conflict warns on uses of infix operators that would be parsed differently were a particular GHC extension enabled -Woperator-whitespace warns on prefix, suffix, and tight infix uses of infix operators Updates submodules: haddock, containers. --- libraries/containers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/containers') diff --git a/libraries/containers b/libraries/containers index 535384f591..648fdb95cb 160000 --- a/libraries/containers +++ b/libraries/containers @@ -1 +1 @@ -Subproject commit 535384f5919eafb03856cf604b99cc94ce04e37a +Subproject commit 648fdb95cb4cf406ed7364533de6314069e3ffa5 -- cgit v1.2.1