]> gitweb.michael.orlitzky.com - dead/harbl.git/commit - harbl.cabal
Add the Reversible class.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 11 Jul 2015 06:34:50 +0000 (02:34 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 11 Jul 2015 06:34:50 +0000 (02:34 -0400)
commit349c5a80e0b729b0e030a1ff3e47667d8afa0d36
tree84c3c61e51607e50bc8fe9a5dd563871eb53d2cf
parentb55e5db2a68be5d69b970bbe4b5ad447881abd3d
Add the Reversible class.
Make the Host reversing oh so much more complicated (and fun) with Reversible.
Add a Network.DNS.RBL.Tests module that only exports tests.
Get the test suite working again.
.ghci
harbl.cabal
harbl/src/Network/DNS/RBL.hs
harbl/src/Network/DNS/RBL/Domain.hs
harbl/src/Network/DNS/RBL/Host.hs
harbl/src/Network/DNS/RBL/Reversible.hs [new file with mode: 0644]
harbl/src/Network/DNS/RBL/Tests.hs [new file with mode: 0644]
test/TestSuite.hs