X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=list-remote-forwards.cabal;h=08f3c98a80893254a4fc2149616369c7f4301a40;hb=558625dfe7338a6a5a6c5cd3a9ee2b5421c44a41;hp=07feb88a5192e39936a42c82aa3649673eee0dc8;hpb=5ccb986f20d382472ed0a06fb795d7216386c4d8;p=list-remote-forwards.git diff --git a/list-remote-forwards.cabal b/list-remote-forwards.cabal index 07feb88..08f3c98 100644 --- a/list-remote-forwards.cabal +++ b/list-remote-forwards.cabal @@ -181,6 +181,16 @@ test-suite testsuite type: exitcode-stdio-1.0 hs-source-dirs: src test main-is: TestSuite.hs + + other-modules: + Configuration + DNS + Forward + MxList + OptionalConfiguration + Paths_list_remote_forwards + Report + build-depends: base >= 4.6 && < 5, bytestring >= 0.10, @@ -191,7 +201,6 @@ test-suite testsuite directory >= 1.2, filepath >= 1.3, HDBC >= 2.4, - HDBC-postgresql >= 2.3, HDBC-sqlite3 >= 2.3, MissingH >= 1.2, tasty >= 0.8,