X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=halcyon.cabal;h=ee35e16b52bbb6e339ba8a47f0810c975783517e;hp=dfbd1745940d6c7bc88377d099cb6a44173c3102;hb=HEAD;hpb=0ed071e75268da9ba8273d5c13817fa1297c94e2 diff --git a/halcyon.cabal b/halcyon.cabal index dfbd174..ee35e16 100644 --- a/halcyon.cabal +++ b/halcyon.cabal @@ -20,19 +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, - regex-compat == 0.*, tagsoup >= 0.13, text >= 1.1, time >= 1.4, + unix >= 2.6, -- Test deps tasty >= 0.8, tasty-hunit >= 0.3 @@ -54,6 +55,8 @@ executable halcyon Twitter.Http Twitter.Status Twitter.User + Unix + Usernames ghc-options: -Wall @@ -70,6 +73,7 @@ executable halcyon -optc-march=native -O2 + test-suite testsuite type: exitcode-stdio-1.0 hs-source-dirs: src test @@ -80,18 +84,20 @@ 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, process >= 1.1, old-locale >= 1, - regex-compat == 0.*, tagsoup >= 0.13, text >= 1.1, time >= 1.4, + unix >= 2.6, -- Test deps tasty >= 0.8, tasty-hunit >= 0.3