From: Michael Orlitzky Date: Fri, 28 Nov 2014 05:00:25 +0000 (-0500) Subject: Get things in shape finally: X-Git-Tag: 0.0.1~4 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=commitdiff_plain;h=f75845314598408bce3a1b972f2ba274d93d0e8d;hp=f75845314598408bce3a1b972f2ba274d93d0e8d Get things in shape finally: * Move the Forward code into its own module. * Separate out the excluded MX filtering magic. * Write tons of tests for the MX filtering. * Normalize every name used in a comparison. * Use Data.Map and Data.Set for MX filtering. * Update some documentation. * Update the ghci file with new modules. * Add the Forward module to the cabal file. * Make sure no spurious newlines are output. * Update the TODO. ---