]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/StringUtils.hs
Clean up imports.
[dead/halcyon.git] / src / StringUtils.hs
index 55939680467bb314f24aae53e70485e693c6055d..210e230f804060527084e7204fce54c473629765 100644 (file)
@@ -1,10 +1,12 @@
 -- | Miscellaneous functions for manipulating string.
-module StringUtils
+module StringUtils (
+  listify,
+  string_utils_tests )
 where
 
-import Test.Framework (Test, testGroup)
-import Test.Framework.Providers.HUnit (testCase)
-import Test.HUnit (Assertion, assertEqual)
+import Test.Framework ( Test, testGroup )
+import Test.Framework.Providers.HUnit ( testCase )
+import Test.HUnit ( Assertion, assertEqual )
 
 
 -- | Takes a list of strings, call them string1, string2, etc. and