X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=src%2FMxList.hs;h=ce0e6490c3bd2d64c26beff26574151cc5d31e67;hp=d79307da86a42e459f9cf2ffa5f13449cefbfbc1;hb=8e5a377920002012c38066a2d21b6393a78c677a;hpb=e3ef76e60ddd54e5fad787c5883533d2410b3e2a diff --git a/src/MxList.hs b/src/MxList.hs index d79307d..ce0e649 100644 --- a/src/MxList.hs +++ b/src/MxList.hs @@ -27,9 +27,11 @@ newtype MxList = -- | The default (empty) list of MXes. +-- instance Default MxList where def = MxList [] + instance DCT.Configured MxList where -- | This allows us to read a MxList object out of a Configurator -- config file. By default Configurator wouldn't know what to do,