]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
hath.cabal: drop superfluous build-depends for the shelltest suite.
[hath.git] / hath.cabal
index 6e9d036995667652a33e52f81b05d63cb11a3225..f7438304aa266503e5853103f45079fa0fae6ed4 100644 (file)
@@ -103,6 +103,7 @@ executable hath
     Maskable
     Maskbits
     Octet
+    Paths_hath
 
   build-depends:
     base                        >= 4.9 && < 5,
@@ -130,6 +131,14 @@ test-suite testsuite
   hs-source-dirs: src test
   main-is: TestSuite.hs
 
+  other-modules:
+    Bit
+    Cidr
+    IPv4Address
+    Maskable
+    Maskbits
+    Octet
+
   build-depends:
     base                        == 4.*,
     cmdargs                     >= 0.10,
@@ -162,12 +171,7 @@ test-suite shelltests
 
   build-depends:
     base                        == 4.*,
-    cmdargs                     >= 0.10,
-    process                     >= 1.1,
-    split                       >= 0.2,
-    tasty                       >= 0.8,
-    tasty-hunit                 >= 0.8,
-    tasty-quickcheck            >= 0.8.1
+    process                     >= 1.1
 
   -- It's not entirely clear to me why I have to reproduce all of this.
   ghc-options: