X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=halcyon.cabal;h=da45e30a20c21e3f8e3d6ec2a110f3bd5eeb8dda;hb=c9a905e0ab69317448f261377ab9031fb83443b4;hp=dfbd1745940d6c7bc88377d099cb6a44173c3102;hpb=0ed071e75268da9ba8273d5c13817fa1297c94e2;p=dead%2Fhalcyon.git diff --git a/halcyon.cabal b/halcyon.cabal index dfbd174..da45e30 100644 --- a/halcyon.cabal +++ b/halcyon.cabal @@ -23,16 +23,16 @@ executable halcyon 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 +54,8 @@ executable halcyon Twitter.Http Twitter.Status Twitter.User + Unix + Usernames ghc-options: -Wall @@ -70,6 +72,7 @@ executable halcyon -optc-march=native -O2 + test-suite testsuite type: exitcode-stdio-1.0 hs-source-dirs: src test @@ -83,15 +86,16 @@ test-suite testsuite 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