darcs

Patch 1158 darcs.cabal: make Haskell2010 the defaul... (and 2 more)

Title darcs.cabal: make Haskell2010 the defaul... (and 2 more)
Superseder Nosy List bfrk, ganesh
Related Issues
Status accepted Assigned To ganesh
Milestone

Created on 2014-05-16.19:30:34 by bfrk, last changed 2014-09-27.09:02:16 by ganesh.

Files
File name Status Uploaded Type Edit Remove
darcs_cabal_-make-haskell2010-the-default_language-for-all-stanzas.dpatch bfrk, 2014-05-16.19:30:33 application/x-darcs-patch
indentation-fix-for-windows_only-module.dpatch ganesh, 2014-05-30.06:40:31 application/x-darcs-patch
patch-preview.txt bfrk, 2014-05-16.19:30:33 text/x-darcs-patch
patch-preview.txt ganesh, 2014-05-30.06:40:31 text/x-darcs-patch
unnamed bfrk, 2014-05-16.19:30:33
unnamed ganesh, 2014-05-30.06:40:31
See mailing list archives for discussion on individual patches.
Messages
msg17457 (view) Author: bfrk Date: 2014-05-16.19:30:33
These are a few no-brainers I have lying around that I want to get rid of.

3 patches for repository http://darcs.net/screened:

Sun May 11 12:22:44 CEST 2014  benjamin.franksen@helmholtz-berlin.de
  * darcs.cabal: make Haskell2010 the default-language for all stanzas
  
  This implied some more changes: we must demand cabal version >= 1.10, and
  change the extensions fields to default-extensions; in the implementation of
  some of the commands, needed to fix the indentation of do blocks.

Sun May 11 12:56:22 CEST 2014  benjamin.franksen@helmholtz-berlin.de
  * make optimize command respect --quiet by using putInfo

Sun May 11 14:24:11 CEST 2014  benjamin.franksen@helmholtz-berlin.de
  * fixed a typo in a comment in Darcs.Util.Diff.Patience
Attachments
msg17494 (view) Author: ganesh Date: 2014-05-30.06:40:31
Accepting the bundle, with the addition of a minor Windows fix

1 patch for repository darcs-unstable@darcs.net:screened:

Fri May 30 07:02:39 BST 2014  Ganesh Sittampalam <ganesh@earth.li>
  * indentation fix for Windows-only module
  This is required by the Haskell2010 change (or we'd
  have to enable NondecreasingIndentation)
Attachments
History
Date User Action Args
2014-05-16 19:30:34bfrkcreate
2014-05-30 06:40:32ganeshsetfiles: + patch-preview.txt, indentation-fix-for-windows_only-module.dpatch, unnamed
messages: + msg17494
2014-05-30 06:41:00ganeshsetstatus: needs-screening -> accepted-pending-tests
assignedto: ganesh
nosy: + ganesh
2014-09-27 09:02:16ganeshsetstatus: accepted-pending-tests -> accepted