From a1058e1ecb8b9aeb9cca07f175a78c62f1e0a498 Mon Sep 17 00:00:00 2001 From: Benja Fallenstein Date: Fri, 23 Mar 2007 00:04:42 +0000 Subject: [PATCH] remove AltData.* from exposed-modules in plugins.cabal.hsx; remove a comment that talks about AltData --- plugins.cabal.hsx | 2 -- src/System/Eval/Haskell.hs | 5 ----- 2 files changed, 7 deletions(-) diff --git a/plugins.cabal.hsx b/plugins.cabal.hsx index 21254cc..d3212e4 100644 --- a/plugins.cabal.hsx +++ b/plugins.cabal.hsx @@ -5,8 +5,6 @@ License-file: LICENSE author: Don Stewart maintainer: dons@cse.unsw.edu.au exposed-modules: - AltData.Dynamic, - AltData.Typeable, Language.Hi.Binary, Language.Hi.FastMutInt, Language.Hi.FastString, diff --git a/src/System/Eval/Haskell.hs b/src/System/Eval/Haskell.hs index a6c3ec2..92218cf 100644 --- a/src/System/Eval/Haskell.hs +++ b/src/System/Eval/Haskell.hs @@ -228,11 +228,6 @@ typeOf src mods = do makeCleaner tmpf return ty --- --- note that the wrapper uses our altdata library for dynamic typing. --- hence it needs to see the path to the altdata package. grr. is it --- installed or not? what path does it have? --- dynwrap :: String -> String -> [Import] -> String dynwrap expr nm mods = "module "++nm++ "( resource ) where\n" ++