remove AltData.* from exposed-modules in plugins.cabal.hsx; remove a comment that talks about AltData
This commit is contained in:
parent
1872c2735a
commit
a1058e1ecb
@ -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,
|
||||||
|
@ -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" ++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user