Hi, I'd like to install the SYB package, but my base library is 4.3.0.0 (the version in the current GHC HEAD). The constraints on syb installation require base version < 4.3. Is there a new version somewhere that compiles against 4.3 that I could install? Kathleen
Hi Kathleen, I have not tested syb-0.2.1 with base-4.3 yet, but you can try to download the package (or get the source with darcs get http://code.haskell.org/syb/) and edit the cabal file to relax the restriction on base. I do not have a working GHC HEAD with me at the moment so I can't check it myself, but let me know if you run into trouble. Cheers, Pedro On Fri, Sep 3, 2010 at 00:42, Kathleen Fisher <kathleen.fisher@gmail.com>wrote:
Hi,
I'd like to install the SYB package, but my base library is 4.3.0.0 (the version in the current GHC HEAD). The constraints on syb installation require base version < 4.3. Is there a new version somewhere that compiles against 4.3 that I could install?
Kathleen_______________________________________________ Generics mailing list Generics@haskell.org http://www.haskell.org/mailman/listinfo/generics
Hi Kathlessn - we simply remove that dependency and compile and use the current version with base 4.3.0.0. On Thu, Sep 2, 2010 at 3:42 PM, Kathleen Fisher <kathleen.fisher@gmail.com>wrote:
Hi,
I'd like to install the SYB package, but my base library is 4.3.0.0 (the version in the current GHC HEAD). The constraints on syb installation require base version < 4.3. Is there a new version somewhere that compiles against 4.3 that I could install?
Kathleen_______________________________________________ Generics mailing list Generics@haskell.org http://www.haskell.org/mailman/listinfo/generics
Whoa, name typo, sorry! On Fri, Sep 3, 2010 at 8:43 AM, David Fox <ddssff@gmail.com> wrote:
Hi Kathlessn - we simply remove that dependency and compile and use the current version with base 4.3.0.0.
On Thu, Sep 2, 2010 at 3:42 PM, Kathleen Fisher <kathleen.fisher@gmail.com
wrote:
Hi,
I'd like to install the SYB package, but my base library is 4.3.0.0 (the version in the current GHC HEAD). The constraints on syb installation require base version < 4.3. Is there a new version somewhere that compiles against 4.3 that I could install?
Kathleen_______________________________________________ Generics mailing list Generics@haskell.org http://www.haskell.org/mailman/listinfo/generics
Compiled with no troubles. Thanks! Kathleen On Sep 3, 2010, at 8:43 AM, David Fox wrote:
Hi Kathlessn - we simply remove that dependency and compile and use the current version with base 4.3.0.0.
On Thu, Sep 2, 2010 at 3:42 PM, Kathleen Fisher <kathleen.fisher@gmail.com> wrote: Hi,
I'd like to install the SYB package, but my base library is 4.3.0.0 (the version in the current GHC HEAD). The constraints on syb installation require base version < 4.3. Is there a new version somewhere that compiles against 4.3 that I could install?
Kathleen_______________________________________________ Generics mailing list Generics@haskell.org http://www.haskell.org/mailman/listinfo/generics
participants (3)
-
David Fox -
José Pedro Magalhães -
Kathleen Fisher