From 870ccef3c31df73b15db8e2b673e0aee2357be76 Mon Sep 17 00:00:00 2001 From: endgame Date: Wed, 5 May 2021 10:38:08 +1000 Subject: [PATCH] Status.hs: reorder export list Maintain the ordering of status values in the haddocks --- Network/HTTP/Types/Status.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Network/HTTP/Types/Status.hs b/Network/HTTP/Types/Status.hs index eef2be3..77858de 100644 --- a/Network/HTTP/Types/Status.hs +++ b/Network/HTTP/Types/Status.hs @@ -95,9 +95,9 @@ module Network.HTTP.Types.Status , status504 , gatewayTimeout504 , status505 +, httpVersionNotSupported505 , status511 , networkAuthenticationRequired511 -, httpVersionNotSupported505 , statusIsInformational , statusIsSuccessful , statusIsRedirection