
5 Nov
2008
5 Nov
'08
3:01 p.m.
Hello dmitry, Wednesday, November 5, 2008, 10:46:20 PM, you wrote:
(.text+0x66dd7):fake: undefined reference to `base_DataziTuple_Z110T_con_info
looks like you omitted --make on cmdline. without this switch, ghc don't automaticaly links in packages used in you program. alternatively you may try to use "--package base" (for this case) but --make is more generic way - it automatically links in all packages used -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com