From: Tim Chevalier Date: Sun, 27 Sep 2009 23:08:45 +0000 (+0000) Subject: Under utils/ext-core, update README to mention that ext-core is now on Hackage X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e43a5e498520b933a0d9f4c7e9ddfb7ed2032cfd Under utils/ext-core, update README to mention that ext-core is now on Hackage --- diff --git a/utils/ext-core/README b/utils/ext-core/README index 6a0dc13..8191b71 100644 --- a/utils/ext-core/README +++ b/utils/ext-core/README @@ -1,3 +1,12 @@ +This package has moved to Hackage! +http://hackage.haskell.org/package/extcore-0.2 + +The version of the stand-alone External Core library in the GHC +source tree is now out-of-date, and will probably go away eventually. +Please get the latest version from Hackage. + +===================================================================== + A set of example programs for handling external core format. In particular, typechecker and interpreter give a precise semantics.