darcs

Issue 2422 can't build on Debian stable (ghc 7.4.1)

Title can't build on Debian stable (ghc 7.4.1)
Priority Status resolved
Milestone Resolved in 2.10.0
Superseder Nosy List fx
Assigned To
Topics

Created on 2014-11-25.12:14:29 by fx, last changed 2014-11-25.19:08:27 by ganesh.

Messages
msg17854 (view) Author: fx Date: 2014-11-25.12:14:28
The current screened and reviewed repos both fail to build with Debian
stable's ghc-4.7.1:

  $ cabal build
  Building darcs-2.9.9...
  Preprocessing library darcs-2.9.9...
  
  src/Darcs/UI/Options/All.hs:1:31: Unsupported extension: LambdaCase

I don't know if that's intentional, but I think Debian stable should be
a portability baseline.
msg17856 (view) Author: noreply Date: 2014-11-25.19:02:25
The following patch sent by Ganesh Sittampalam <ganesh@earth.li> updated issue issue2422 with
status=resolved;resolvedin=2.10.0 HEAD

* resolve issue2422: drop unneeded LambdaCase extension 
Ignore-this: b51e88d25f252288f072219df5f7b2ed

It's not supported by GHC 7.4
msg17857 (view) Author: ganesh Date: 2014-11-25.19:06:57
Thanks for the report - this was unintentional and is easily fixed.

We will be supporting GHC 7.4 in the 2.10 release, but will probably 
drop it from HEAD at some point in the not too distant future. By the 
time 2.12 appears presumably there'll be a new Debian stable.
History
Date User Action Args
2014-11-25 12:14:29fxcreate
2014-11-25 19:02:26noreplysetstatus: unknown -> resolved
messages: + msg17856
resolvedin: 2.10.0
2014-11-25 19:06:58ganeshsetstatus: resolved -> unknown
messages: + msg17857
2014-11-25 19:08:27ganeshsetstatus: unknown -> resolved