]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
src/OptionalConfiguration.hs: use explicit imports for MxList.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 12:23:17 +0000 (08:23 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 12:23:17 +0000 (08:23 -0400)
src/OptionalConfiguration.hs

index eb440cdc8203c1e8ea5ea39e647b41de4c849eff..bfd4da755302e87dd74aa427ff286827468e464b 100644 (file)
@@ -26,7 +26,7 @@ import System.Directory ( getHomeDirectory )
 import System.FilePath ( (</>) )
 import System.IO.Error ( catchIOError )
 
-import MxList ( MxList(..) )
+import MxList ( MxList(MxList, get_mxs) )
 
 -- | The same as Configuration, except everything is optional. It's easy to
 --   merge two of these by simply dropping the Nothings in favor of