]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - halcyon.cabal
Add a farewell TODO list.
[dead/halcyon.git] / halcyon.cabal
index dfbd1745940d6c7bc88377d099cb6a44173c3102..ee35e16b52bbb6e339ba8a47f0810c975783517e 100644 (file)
@@ -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