X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=halcyon.cabal;h=ee35e16b52bbb6e339ba8a47f0810c975783517e;hp=877d6abdfd01ed98183c781ce315d9cac52654c3;hb=HEAD;hpb=518f0ba7d66d93fdda2a5dd7b8ea90b59d874b27 diff --git a/halcyon.cabal b/halcyon.cabal index 877d6ab..ee35e16 100644 --- a/halcyon.cabal +++ b/halcyon.cabal @@ -20,18 +20,20 @@ executable halcyon base >= 4.6 && < 5, bytestring >= 0.10, cmdargs >= 0.10.5, + connection >= 0.2.1, configurator >= 0.2, directory >= 1.2, filepath >= 1.3, + hdaemonize >= 0.4, http-client >= 0.3, http-client-tls >= 0.2, - HUnit == 1.2.*, MissingH >= 1.2, process >= 1.1, old-locale >= 1, tagsoup >= 0.13, text >= 1.1, time >= 1.4, + unix >= 2.6, -- Test deps tasty >= 0.8, tasty-hunit >= 0.3 @@ -53,6 +55,8 @@ executable halcyon Twitter.Http Twitter.Status Twitter.User + Unix + Usernames ghc-options: -Wall @@ -69,6 +73,7 @@ executable halcyon -optc-march=native -O2 + test-suite testsuite type: exitcode-stdio-1.0 hs-source-dirs: src test @@ -79,9 +84,11 @@ test-suite testsuite base >= 4.6 && < 5, bytestring >= 0.10, cmdargs >= 0.10.5, + connection >= 0.2.1, configurator >= 0.2, directory >= 1.2, filepath >= 1.3, + hdaemonize >= 0.4, http-client >= 0.3, http-client-tls >= 0.2, MissingH >= 1.2, @@ -90,6 +97,7 @@ test-suite testsuite tagsoup >= 0.13, text >= 1.1, time >= 1.4, + unix >= 2.6, -- Test deps tasty >= 0.8, tasty-hunit >= 0.3