This project is mirrored from https://github.com/haskell/hsc2hs.
Pull mirroring updated .
- Nov 05, 2019
-
-
Tamar Christina authored
and write more detailed diagnostics from hsc2hs
-
- Oct 02, 2019
-
-
Ryan Scott authored
-
- Oct 01, 2019
-
-
Ryan Scott authored
-
Ryan Scott authored
-
- Sep 08, 2019
-
-
* Fix nested temp calls with same base name * hsc2hs: split Windows and Linux temp file implementation. * hsc2hs: Fix linux warnings * hsc2hs: Add changelog entry and rename temp file template
-
- Aug 26, 2019
-
- Aug 21, 2019
-
-
Ryan Scott authored
[ci skip]
-
* hsc2hs: fix non-deterministic failures for response file handlings * hsc2hs: simplify cpp * hsc2hs: add comments on withTempFile
-
- Aug 15, 2019
-
-
* hsc2hs: fic order of inclusion * hsc2hs: update changelog formatting
-
- Aug 11, 2019
-
-
gershomb authored
-
Herbert Valerio Riedel authored
-
gershomb authored
response file generation and usage
-
Herbert Valerio Riedel authored
-
- Jul 21, 2019
-
-
gershomb authored
-
- Jul 20, 2019
-
-
gershomb authored
-
- Jun 23, 2019
-
-
* hsc2hs: Make removeFile more reliable on Windows. * hsc2hs: update after review * hsc2hs: fix linux builds * hsc2hs: redundant imports warning linux * hsc2hs: Add changelog entry
-
- Mar 12, 2019
-
-
Ryan Scott authored
This commit was performed automatically by a script. https://github.com/RyanGlScott/travis-maintenance
-
Ryan Scott authored
-
- Mar 08, 2019
-
-
Gershom authored
-
- Feb 01, 2019
-
-
* Remove an unused match This fixes a warning, so that we can validate with `-Werror` again. * Add ghc-options: -Wall to hsc2hs.cabal
-
- Jan 03, 2019
-
-
* fix the problem where the single quote character literal was not handled correctly * Use hsString for escaped character literals. Document why hsString works. * correct typos in comments about quote parsing
-
- Dec 28, 2018
-
-
* Accept a leading single quote for data constructor promotion. This syntax was not previously understood by hsc2hs. * Document the weirdness of single quotes. Correctly handle promoted data constructors that end with single quote. * improve handling of leading whitespace in promoted data constructors, improve comments on this subject * update changelog to reflect improved support for promoted data constructors
-
- Dec 18, 2018
-
-
Herbert Valerio Riedel authored
It turns out that the `fail` method was unused to begin with.
-
- Dec 11, 2018
-
-
Herbert Valerio Riedel authored
Fixes #11
-
- Dec 10, 2018
-
-
Ryan Scott authored
This commit was performed automatically by a script. https://github.com/RyanGlScott/travis-maintenance
-
- Nov 06, 2018
-
-
Ryan Scott authored
This commit was performed automatically by a script. https://github.com/RyanGlScott/travis-maintenance
-
- Oct 24, 2018
-
-
Ben Gamari authored
-
- Oct 23, 2018
-
-
Ben Gamari authored
Reviewers: O25 HSC2HS, hvr Subscribers: ckoparkar Differential Revision: https://phabricator.haskell.org/D5238
-
Ben Gamari authored
-
Ben Gamari authored
Feature/add more archs
-
- Oct 18, 2018
-
-
Herbert Valerio Riedel authored
See also https://ghc.haskell.org/trac/ghc/ticket/15758 The hsc2hs-0.68.4 release was already revised with a lower bound `base >= 4.12` to mitigate the issue solver-side (http://hackage.haskell.org/package/hsc2hs-0.68.4/revisions/) This improves upon #9
-
- Oct 17, 2018
-
-
Ryan Scott authored
This commit was performed automatically by a script. https://github.com/RyanGlScott/travis-maintenance
-
Ryan Scott authored
-
- Aug 28, 2018
-
-
Herbert Valerio Riedel authored
All lower bounds except those for `process` (due to showCommandForUser) match the versions of boot libraries shipped w/ GHC 7.0
-
Herbert Valerio Riedel authored
-
-
- Jul 01, 2018
-
-
Ryan Scott authored
-
Ryan Scott authored
-
- Jun 18, 2018
-
-
Ben Gamari authored
-
Ben Gamari authored
-