]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
list-remote-forwards.cabal: fix other-modules order.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 01:59:38 +0000 (21:59 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 01:59:38 +0000 (21:59 -0400)
list-remote-forwards.cabal

index 8dedb69acf30475d0d968d78a661c4e31fd83644..07feb88a5192e39936a42c82aa3649673eee0dc8 100644 (file)
@@ -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