]> gitweb.michael.orlitzky.com - dead/harbl.git/blobdiff - harbl.cabal
Add the Reversible class.
[dead/harbl.git] / harbl.cabal
index 8f4401fd7e0c823baba01f34fd49ba472e2110fd..8a5191b172ccece97c856487f4460180994bfd99 100644 (file)
@@ -25,16 +25,17 @@ library
 
   exposed-modules:
     Network.DNS.RBL
+    Network.DNS.RBL.Tests
 
   other-modules:
     Network.DNS.RBL.Domain
     Network.DNS.RBL.Host
     Network.DNS.RBL.IPv4Pattern
     Network.DNS.RBL.Pretty
+    Network.DNS.RBL.Reversible
     Network.DNS.RBL.Site
 
-  hs-source-dirs:
-    harbl/src/
+  hs-source-dirs: harbl/src
 
   ghc-options:
     -Wall
@@ -65,11 +66,9 @@ executable harbl
     harbl,
     parsec                      >= 3
 
-  main-is:
-    Main.hs
+  main-is: Main.hs
 
-  hs-source-dirs:
-    harbl-cli/src/
+  hs-source-dirs: harbl-cli/src
 
   ghc-options:
     -Wall
@@ -92,14 +91,11 @@ executable harbl
 
 test-suite testsuite
   type: exitcode-stdio-1.0
-  hs-source-dirs: src test
+  hs-source-dirs: test
   main-is: TestSuite.hs
   build-depends:
     base                        >= 4.6 && < 5,
-    bytestring                  >= 0.9,
-    dns                         >= 2,
-    iproute                     >= 1.4,
-    parsec                      >= 3,
+    harbl,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8