X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FREADME;fp=compiler%2FREADME;h=0000000000000000000000000000000000000000;hb=9bd88f1a3eab11b8c49d398b3c2aea1574fb29f8;hp=ca619cdde0d29e86f37f0d198ddf1b66da6b287c;hpb=994fa2219ea9881c854f237957f1c851c1bcf8a5;p=ghc-hetmet.git diff --git a/compiler/README b/compiler/README deleted file mode 100644 index ca619cd..0000000 --- a/compiler/README +++ /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/.