[Haskell] Help : data & concurrent packages

bft bfotsing at gmail.com
Tue Jan 13 12:26:52 EST 2009


Hi !
Can someone tell me where to download the *data* and *concurrent *packages.

I need them to build FranTk1.1 package (
http://www.dcs.gla.ac.uk/~meurig/FranTk/news.html)

Thanks in advance!
BFT

frantk.conf file :
Package
   {name = "FranTk",
    import_dirs =
["/local/www.people/personal/meurig/haskell/built/frantk/imports"],
    source_dirs = [],
    library_dirs =
["/local/www.people/personal/meurig/haskell/built/frantk"],
    hs_libraries = ["HSFranTk"],
    extra_libraries = ["tcl8.3","tk8.3"],
    include_dirs = [],
    c_includes = [],
    *package_deps = [ "concurrent", "data" ],*
    extra_ghc_opts = [ "-fvia-C", "-fallow-overlapping-instances",
"-fallow-undecidable-instances" ],
    extra_cc_opts = [],
    extra_ld_opts = ["-lncurses"]
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell/attachments/20090113/b61781f6/attachment.htm


More information about the Haskell mailing list