]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/StringUtils.hs
Rewrite CommandLine to use cmdargs and integrate the command-line and RC file options.
[dead/halcyon.git] / src / StringUtils.hs
index 55939680467bb314f24aae53e70485e693c6055d..43e42646764c083ae2ddedac22a36b637709ba59 100644 (file)
@@ -1,5 +1,8 @@
 -- | Miscellaneous functions for manipulating string.
-module StringUtils
+module StringUtils (
+  listify,
+  string_utils_tests
+  )
 where
 
 import Test.Framework (Test, testGroup)