[Haskell-cafe] Problem with wxHaskell

Jinwoo Lee jinwoo68 at gmail.com
Thu Jan 13 19:46:07 EST 2005


You can remove that error message by including following in package.conf 
file.

Package
   {name = "readline",
    auto = True,
    import_dirs = ["$libdir/imports"],
    source_dirs = [],
    library_dirs = ["$libdir"],
    hs_libraries = ["HSreadline"],
    extra_libraries = ["readline", "advapi32"],
    include_dirs = [],
    c_includes = ["HsReadline.h"],
    package_deps = ["base"],
    extra_ghc_opts = [],
    extra_cc_opts = [],
    extra_ld_opts = [],
    framework_dirs = [],
    extra_frameworks = []},

Jinwoo Lee

Always remember that you are unique.  Just like everyone else.
jinwoo68 at gmail.com



Michael Walter wrote:

>Is someone aware of how to make it work with 6.2.2?
>
>Thanks,
>Michael
>
>
>On Thu, 13 Jan 2005 18:09:20 +0100, Dmitri Pissarenko
><mailing-lists at dapissarenko.com> wrote:
>  
>
>>Hello!
>>
>>Thanks for your answer!
>>
>>I solved the problem by using GHC 6.2.1 instead of GHC 6.2.2 (under Windows).
>>
>>Best regards
>>
>>Dmitri Pissarenko
>>--
>>Dmitri Pissarenko
>>Software Engineer
>>http://dapissarenko.com
>>
>>_______________________________________________
>>Haskell-Cafe mailing list
>>Haskell-Cafe at haskell.org
>>http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>>    
>>
>_______________________________________________
>Haskell-Cafe mailing list
>Haskell-Cafe at haskell.org
>http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>  
>


More information about the Haskell-Cafe mailing list