darcs

Patch 987 GHC 7.6 support

Title GHC 7.6 support
Superseder Nosy List ganesh
Related Issues
Status accepted Assigned To
Milestone

Created on 2012-12-17.23:20:24 by ganesh, last changed 2013-02-15.11:37:02 by gh.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt ganesh, 2012-12-17.23:20:24 text/x-darcs-patch
patch-preview.txt ganesh, 2012-12-28.22:47:33 text/x-darcs-patch
recent-test_framework-seems-to-require-typeable.dpatch ganesh, 2012-12-17.23:20:24 application/x-darcs-patch
rollback_-use-bytestring_handle-instead-of-haskeline-for-encoding.dpatch ganesh, 2012-12-28.22:47:33 application/x-darcs-patch
unnamed ganesh, 2012-12-17.23:20:24
unnamed ganesh, 2012-12-28.22:47:33
See mailing list archives for discussion on individual patches.
Messages
msg16432 (view) Author: ganesh Date: 2012-12-17.23:20:24
8 patches for repository darcs-unstable@darcs.net:screened:

Sun Dec 16 17:56:01 GMT 2012  Ganesh Sittampalam <ganesh@earth.li>
  * recent test-framework seems to require Typeable

Thu Sep 13 07:31:38 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * support GHC 7.6 / base 4.6

Mon Oct  8 07:23:42 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * bump bytestring dependency

Mon Oct  8 07:23:44 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * bump directory dependency

Mon Oct  8 07:23:57 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * bump containers dependency

Mon Oct  8 07:24:03 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * bump network dependency

Mon Dec 17 07:07:25 GMT 2012  Ganesh Sittampalam <ganesh@earth.li>
  * bump unix dependency

Mon Dec 17 07:10:38 GMT 2012  Ganesh Sittampalam <ganesh@earth.li>
  * use bytestring-handle instead of haskeline for encoding
Attachments
msg16478 (view) Author: ganesh Date: 2012-12-21.21:29:16
note: "use bytestring-handle instead of haskeline for encoding" is 
definitely dodgy - see issue2286
msg16491 (view) Author: ganesh Date: 2012-12-28.20:33:11
I've removed the bytestring-handle patch from screened temporarily - will 
put it back once I've found the right fix on top of it.
msg16498 (view) Author: ganesh Date: 2012-12-28.22:47:33
Obliterating the patch just causes confusion, so taking the alternative
pain of a rollback.

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

Fri Dec 28 22:42:33 GMT 2012  Ganesh Sittampalam <ganesh@earth.li>
  * ROLLBACK: use bytestring-handle instead of haskeline for encoding
  The new code didn't ignore invalid byte sequences like the old code did,
  and so processing latin-1 metadata in utf-8 locales crashes darcs.
Attachments
msg16499 (view) Author: ganesh Date: 2012-12-28.22:50:42
(please review as it stands now, with the encoding stuff rolled back, I'll 
resubmit that separately once fixed)
msg16576 (view) Author: gh Date: 2013-02-14.16:06:51
I pushed the patch "recent test-framework seems to require Typeable" so 
that darcs-test compiles in the reviewed branch.
msg16592 (view) Author: gh Date: 2013-02-15.11:36:48
Makes darcs compile with GHC 7.6 with bundle 
http://bugs.darcs.net/patch1013 .
History
Date User Action Args
2012-12-17 23:20:25ganeshcreate
2012-12-17 23:21:18ganeshsetstatus: needs-screening -> needs-review
title: recent test-framework seems to require T... (and 7 more) -> GHC 7.6 support
2012-12-21 21:29:16ganeshsetmessages: + msg16478
2012-12-28 20:33:11ganeshsetstatus: needs-review -> followup-in-progress
messages: + msg16491
2012-12-28 22:47:33ganeshsetfiles: + patch-preview.txt, rollback_-use-bytestring_handle-instead-of-haskeline-for-encoding.dpatch, unnamed
messages: + msg16498
2012-12-28 22:50:42ganeshsetstatus: followup-in-progress -> needs-review
messages: + msg16499
2013-02-14 16:06:51ghsetmessages: + msg16576
2013-02-15 11:36:48ghsetstatus: needs-review -> (no value)
messages: + msg16592
2013-02-15 11:37:02ghsetstatus: accepted