bft | 13 Jan 18:23

Help : data & concurrent packages

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"]
}

_______________________________________________
Haskell mailing list
Haskell <at> haskell.org
http://www.haskell.org/mailman/listinfo/haskell
Thorkil Naur | 13 Jan 22:14

Re: Help : data & concurrent packages

Hello,

On Tuesday 13 January 2009 18:26, bft wrote:
> Hi !
> Can someone tell me where to download the *data* and *concurrent *packages.

I recall data and concurrent packages from some years back, but I would assume 
that they are merged into the base package nowadays where GHC-6.10.1 is the 
latest release of GHC. I suggest that you just remove these package 
dependencies (in case they happen to bother, somehow) and, if any name turns 
out to be undefined, try http://haskell.org/hoogle/ to search for it. 
Packages are usually located via 
http://hackage.haskell.org/packages/hackage.html .

> ...

Best regards
Thorkil

Gmane