]> gitweb.michael.orlitzky.com - dead/harbl.git/blobdiff - harbl.cabal
Begin to add some lookup functions (just experimenting) to Network.DNS.RBL.
[dead/harbl.git] / harbl.cabal
index c0e782e2cf54589d722fec512509ceb0a1aa034e..99fc0900256c459126827c9f779958f9598861a5 100644 (file)
@@ -16,6 +16,8 @@ description:
 executable harbl
   build-depends:
     base                        >= 4.6 && < 5,
+    dns                         >= 2,
+    iproute                     >= 1.4,
     parsec                      >= 3,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8
@@ -24,11 +26,11 @@ executable harbl
     Main.hs
 
   other-modules:
+    Network.DNS.RBL
     Network.DNS.RBL.Domain
-    Network.DNS.RBL.Site
     Network.DNS.RBL.IPv4Pattern
     Network.DNS.RBL.Pretty
-    Network.DNS.RBL
+    Network.DNS.RBL.Site
 
   hs-source-dirs:
     src/
@@ -58,6 +60,8 @@ test-suite testsuite
   main-is: TestSuite.hs
   build-depends:
     base                        >= 4.6 && < 5,
+    dns                         >= 2,
+    iproute                     >= 1.4,
     parsec                      >= 3,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8