malcolm 2003/11/07 07:49:19 PST Added files: src/hatlib/Hat Hack.hs Log: Add a hack to ensure that standard list syntax (:,[]) is made available to hat-trans'd modules in ghc-5 and nhc98 (via a Prelude import), whilst it is available builtin (explicit import fails) in ghc-6 (the correct Haskell'98 behaviour).