X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2Fparser%2Fliteral.ugn;h=49c68b0803d5c47db8c956cc94f60517c8ae7f0e;hp=fea4048ac3ff9786fa22a9b9ad70371f6bc8ee50;hb=e7498a3ee1d0484d02a9e86633cc179c76ebf36e;hpb=30cf375e0bc79a6b71074a5e0fd2ec393241a751 diff --git a/ghc/compiler/parser/literal.ugn b/ghc/compiler/parser/literal.ugn index fea4048..49c68b0 100644 --- a/ghc/compiler/parser/literal.ugn +++ b/ghc/compiler/parser/literal.ugn @@ -2,8 +2,10 @@ #include "hspincl.h" %} %{{ +#include "HsVersions.h" + module U_literal where -import Ubiq -- debugging consistency check +IMP_Ubiq() -- debugging consistency check import UgenUtil %}} type literal;