]> gitweb.michael.orlitzky.com - list-remote-forwards.git/shortlog
list-remote-forwards.git
2022-08-28 Michael Orlitzkylist-remote-forwards.cabal: update to v0.0.3. master 0.0.3
2022-08-28 Michael Orlitzkymakefile: fix "make doc" by adding a .PHONY.
2022-08-28 Michael Orlitzkylist-remote-forwards.cabal: improve haddock docs layout.
2022-08-28 Michael Orlitzkylist-remote-forwards.cabal: update to v0.0.2. 0.0.2
2022-08-28 Michael Orlitzkytest/Doctests.hs: remove code for older cabals.
2022-08-28 Michael Orlitzkylist-remote-forwards.cabal: update for newer cabal...
2022-08-28 Michael Orlitzkymakefile: drop obsolete "cabal hscolour" invocation.
2022-08-28 Michael Orlitzkymakefile: rename "test" target to "check".
2022-08-24 Michael Orlitzkytest/Doctests.hs: fix include paths with newer cabal.
2022-08-24 Michael Orlitzkytest/Doctests.hs: use explicit imports.
2022-08-24 Michael Orlitzkytest/Doctests.hs: export only "main", explicitly.
2022-08-24 Michael Orlitzkylist-remote-forwards.cabal: remove unused hdbc-postgres...
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 Orlitzkylist-remote-forwards.cabal: add other-modules for the...
2022-08-24 Michael Orlitzkylist-remote-forwards.cabal: fix other-modules order.
2022-08-24 Michael Orlitzkylist-remote-forwards.cabal: drop unused tasty-quickchec...
2022-08-24 Michael Orlitzkysrc/MxList.hs: use implicit Typeable derivation.
2022-08-24 Michael Orlitzkysrc/MxList.hs: use an explicit export list.
2022-08-24 Michael Orlitzkylist-remote-forwards.cabal: list the Paths_list_remote_...
2022-08-24 Michael Orlitzkymakefile: move ghc-options here from the cabal file.
2016-11-08 Michael OrlitzkySwitch from GPL-3 to AGPL-3 and update project URLs.
2014-11-28 Michael OrlitzkyFix slashes in cabal description.
2014-11-28 Michael OrlitzkyFix typo in cabal file. 0.0.1
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 OrlitzkyUpdate the TODO.
2014-11-27 Michael OrlitzkyRemove trailing newline in output.
2014-11-27 Michael OrlitzkyUpdate cabal description, and make minor documentation...
2014-11-27 Michael OrlitzkyAdd a test case for a mailbox with forwarding.
2014-11-27 Michael OrlitzkyAdd a doctest test suite.
2014-06-25 Michael OrlitzkyAdd a TODO.
2014-06-23 Michael OrlitzkyRequire dns >= 1.4 and use its 'normalize' function.
2014-06-05 Michael OrlitzkyInitial commit of something working.