Bug#482131: ghc-cvs: FTBFS with perl 5.10

2008-08-16 Thread Gunnar Wolf
retitle 582131 ghc-cvs: FTBFS thanks I applied the following patch, adding 5.10 to the list of acceptable Perl versions, and expected the bug to die - But it was not enough. The build process _does_ finalize the configuration phase, but still fails to build. The patch is trivial, goes as follows:

Bug#482131: ghc-cvs: FTBFS with perl 5.10

2008-05-20 Thread Samuel Thibault
Package: ghc-cvs Version: 20060905 Severity: normal Hello, ghc-cvs doesn't build any more with the upgrade to perl 5.10: checking for perl... /usr/bin/perl configure: error: your version of perl probably won't work, try upgrading it. because the configure script only checks for 5.8 and 6... Sa