]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Add hslogger as a dependency.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 20 Dec 2013 23:35:27 +0000 (18:35 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 20 Dec 2013 23:35:27 +0000 (18:35 -0500)
htsn.cabal

index 30bdb9bcca5d90180def22df1d9e93340d1ac102..55dca86e03ddd96e8e1aa34b04364ca6ad1d2116 100644 (file)
@@ -22,6 +22,7 @@ executable htsn
     configurator                == 0.2.*,
     directory                   == 1.2.*,
     filepath                    == 1.3.*,
+    hslogger                    == 1.2.*,
     hxt                         == 9.3.*,
     network                     == 2.4.*,
     tasty                       == 0.5.*,
@@ -70,6 +71,7 @@ test-suite testsuite
     configurator                == 0.2.*,
     directory                   == 1.2.*,
     filepath                    == 1.3.*,
+    hslogger                    == 1.2.*,
     hxt                         == 9.3.*,
     network                     == 2.4.*,
     tasty                       == 0.5.*,