From 5ccb986f20d382472ed0a06fb795d7216386c4d8 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 23 Aug 2022 21:59:38 -0400 Subject: [PATCH] list-remote-forwards.cabal: fix other-modules order. --- list-remote-forwards.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/list-remote-forwards.cabal b/list-remote-forwards.cabal index 8dedb69..07feb88 100644 --- a/list-remote-forwards.cabal +++ b/list-remote-forwards.cabal @@ -171,11 +171,11 @@ executable list-remote-forwards CommandLine DNS Forward - OptionalConfiguration MxList + OptionalConfiguration + Paths_list_remote_forwards Report String - Paths_list_remote_forwards test-suite testsuite type: exitcode-stdio-1.0 -- 2.43.2