rempve some unused files
[ghc-hetmet.git] / ghc / misc / examples / io / io009 / Main.hs
diff --git a/ghc/misc/examples/io/io009/Main.hs b/ghc/misc/examples/io/io009/Main.hs
deleted file mode 100644 (file)
index 5f95ce0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-import Directory (getDirectoryContents)
-import QSort (sort)
-
-main =
-    getDirectoryContents "." >>= \ names ->
-    print (sort names)