Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/hsc2hs. Pull mirroring updated .
  1. Feb 01, 2019
  2. Jan 03, 2019
  3. Dec 28, 2018
    • Andrew Martin's avatar
      Accept a leading single quote for data constructor promotion (#13) · ff3ed88d
      Andrew Martin authored and Ryan Scott's avatar Ryan Scott committed
      * 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
      ff3ed88d
  4. Dec 18, 2018
  5. Dec 11, 2018
  6. Dec 10, 2018
  7. Nov 06, 2018
  8. Oct 24, 2018
  9. Oct 23, 2018
  10. Oct 18, 2018
  11. Oct 17, 2018
  12. Aug 28, 2018
  13. Jul 01, 2018
  14. Jun 18, 2018
  15. Jun 03, 2018
  16. May 10, 2018
  17. May 02, 2018
    • Ryan Scott's avatar
      Travis: Test GHC 8.4.2 · 36769c3a
      Ryan Scott authored
      While I was in town, I also:
      
      * Added a cabal.project file
      * Updated .gitignore to include cabal new-build artifacts
      36769c3a
  18. Mar 05, 2018
  19. Mar 04, 2018
  20. Feb 26, 2018
  21. Feb 24, 2018
  22. Feb 22, 2018
    • Moritz Angermann's avatar
      Update travis.yml and tests · 12162e6e
      Moritz Angermann authored
      update travis.yml to not try to build the testsuite on 7.0 and 7.2
      which won't work, because the dependencies 'call-stack' depends
      on base >= 4.5, which is a dependency of hspec-core.
      
      Also updates the assembly files, to drop the `\n` test, which might
      end up as `\12`, as `\12`, `\x0a` and `\n`, testing this properly
      would require some form of normalization, which we don't have yet.
      12162e6e
    • Moritz Angermann's avatar
      Adds tests; more robust logic. · 26161c31
      Moritz Angermann authored
      26161c31
Loading