Fwd: Error in building buster 1.51
Hello. I try to install buster 1.51. It has been uploaded on hackage. During building there is an error. Same error can been seen on hackage (look at build failre: http://hackage.haskell.org/packages/archive/buster/2.51/logs/failure/ghc-6.1... ). How to fix it? Thanks
Hi, In GHC 6.10 exception handling is changed. It is incompatible with 6.8.x versions. It seems that buster wasn't updated for 6.10. So you need or update it your self or ask an author. _______________________________________________ Sincerely, Mikhail S. Pobolovets 21 ноября 2009 г. 10:11 пользователь Лев Никитин <leon.v.nikitin@gmail.com>написал:
Hello.
I try to install buster 1.51. It has been uploaded on hackage.
During building there is an error. Same error can been seen on hackage (look at build failre: http://hackage.haskell.org/packages/archive/buster/2.51/logs/failure/ghc-6.1... ).
How to fix it?
Thanks
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Indeed, it was not updated for the 6.10 exception handling. I'll update in a few days. In the meantime, the file operations module is the culprit. It is a top-level module, so if you aren't using it, you could delete it without consequences. Just delete it and delete its depenency from the cabal file. Thanks for finding this... -- Jeff On Sat, Nov 21, 2009 at 4:28 AM, Mikhail <styx.mp@gmail.com> wrote:
Hi,
In GHC 6.10 exception handling is changed. It is incompatible with 6.8.x versions. It seems that buster wasn't updated for 6.10. So you need or update it your self or ask an author. _______________________________________________ Sincerely, Mikhail S. Pobolovets
21 ноября 2009 г. 10:11 пользователь Лев Никитин <leon.v.nikitin@gmail.com> написал:
Hello.
I try to install buster 1.51. It has been uploaded on hackage.
During building there is an error. Same error can been seen on hackage (look at build failre: http://hackage.haskell.org/packages/archive/buster/2.51/logs/failure/ghc-6.1...).
How to fix it?
Thanks
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
Jeff Heard -
Mikhail -
Лев Никитин