remove AltData.* from exposed-modules in plugins.cabal.hsx; remove a comment that talks about AltData

This commit is contained in:
Benja Fallenstein 2007-03-23 00:04:42 +00:00
parent 1872c2735a
commit a1058e1ecb
2 changed files with 0 additions and 7 deletions

View File

@ -5,8 +5,6 @@ License-file: LICENSE
author: Don Stewart author: Don Stewart
maintainer: dons@cse.unsw.edu.au maintainer: dons@cse.unsw.edu.au
exposed-modules: exposed-modules:
AltData.Dynamic,
AltData.Typeable,
Language.Hi.Binary, Language.Hi.Binary,
Language.Hi.FastMutInt, Language.Hi.FastMutInt,
Language.Hi.FastString, Language.Hi.FastString,

View File

@ -228,11 +228,6 @@ typeOf src mods = do
makeCleaner tmpf makeCleaner tmpf
return ty 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 :: String -> String -> [Import] -> String
dynwrap expr nm mods = dynwrap expr nm mods =
"module "++nm++ "( resource ) where\n" ++ "module "++nm++ "( resource ) where\n" ++