]> gitweb.michael.orlitzky.com - list-remote-forwards.git/history - src
list-remote-forwards.cabal: delete the redundant description
[list-remote-forwards.git] / src /
2022-08-24 Michael Orlitzkysrc/Report.hs: add a type annotation to hide a warning.
2022-08-24 Michael Orlitzkysrc/MxList.hs: explicit imports/exports.
2022-08-24 Michael Orlitzkysrc/CommandLine.hs: use explicit imports.
2022-08-24 Michael Orlitzkysrc/Configuration.hs: make some imports explicit.
2022-08-24 Michael Orlitzkysrc/Report.hs: further import cleanups.
2022-08-24 Michael Orlitzkysrc/Report.hs: use explicit import lists.
2022-08-24 Michael Orlitzkysrc/Forward.hs: use explicit export list.
2022-08-24 Michael Orlitzkysrc/OptionalConfiguration.hs: use explicit imports...
2022-08-24 Michael Orlitzkysrc/OptionalConfiguration.hs: remove redundant Monoid...
2022-08-24 Michael Orlitzkysrc/OptionalConfiguration.hs: remove redundant Typeable...
2022-08-24 Michael Orlitzkysrc/Main.hs: fix some cosmetic import warnings.
2022-08-24 Michael Orlitzkysrc/OptionalConfiguration.hs: add Semigroup instance.
2022-08-24 Michael Orlitzkysrc/Main.hs: add explicit export list.
2022-08-24 Michael Orlitzkysrc/MxList.hs: use implicit Typeable derivation.
2022-08-24 Michael Orlitzkysrc/MxList.hs: use an explicit export list.
2014-11-28 Michael OrlitzkyIntroduce a NormalDomain newtype to ensure comparisons...
2014-11-28 Michael OrlitzkyChange some doctest examples into unit tests.
2014-11-28 Michael OrlitzkyFix hlint suggestions.
2014-11-28 Michael OrlitzkyGet things in shape finally:
2014-11-27 Michael OrlitzkyRemove trailing newline in output.
2014-11-27 Michael OrlitzkyAdd a test case for a mailbox with forwarding.
2014-11-27 Michael OrlitzkyAdd a doctest test suite.
2014-06-23 Michael OrlitzkyRequire dns >= 1.4 and use its 'normalize' function.
2014-06-05 Michael OrlitzkyInitial commit of something working.