remove ancient file with incorrect information
authorSimon Marlow <simonmar@microsoft.com>
Mon, 21 Aug 2006 14:19:46 +0000 (14:19 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 21 Aug 2006 14:19:46 +0000 (14:19 +0000)
compiler/README [deleted file]

diff --git a/compiler/README b/compiler/README
deleted file mode 100644 (file)
index ca619cd..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-This directory contains the source for Glorious Glasgow Haskell
-compiler proper, normally a binary called "hsc".  The source is
-organized into _one_ level of directories, and the literate Haskell
-source files sit in those directories (i.e., */*.lhs).
-
-The only "real" subdirectory is the tests/ directory [NB: not
-distributed normally, but available to gluttons for punishment], which
-includes some tests that we use to make sure we're not going
-backwards.  The subdirs of the test directory "match" the subdirs of
-the main source directory; e.g., the desugarer is in subdir deSugar/,
-and the tests for the desugarer are in tests/deSugar/.