Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/hsc2hs. Pull mirroring updated .
  1. Oct 23, 2018
  2. Oct 18, 2018
  3. Oct 17, 2018
  4. Aug 28, 2018
  5. Jul 01, 2018
  6. Jun 18, 2018
  7. Jun 03, 2018
  8. May 10, 2018
  9. 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
  10. Mar 05, 2018
  11. Mar 04, 2018
  12. Feb 26, 2018
  13. Feb 24, 2018
  14. 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.
      Verified
      12162e6e
    • Moritz Angermann's avatar
      Adds tests; more robust logic. · 26161c31
      Moritz Angermann authored
      Verified
      26161c31
  15. Feb 21, 2018
  16. Nov 30, 2017
  17. Nov 20, 2017
  18. Nov 19, 2017
    • Moritz Angermann's avatar
      Add support for relative lookup of template-hsc.h (#2) · 9c13b192
      Moritz Angermann authored and Herbert Valerio Riedel's avatar Herbert Valerio Riedel committed
      If the `IN_GHC_TREE` CPP macro is defined (controlled by the `in-ghc-tree` cabal flag),
      as a last resort, we also try to locate the template relative to the location of the currently
      executed `hsc2hs`. Note that this is a hack to work around
      only partial relocatable support in cabal, and is here to allow the `hsc2hs`
      built and shipped with ghc to be relocatable with the ghc
      binary distribution it ships with.
      
      Note that on Windows, `getExecutablePath` doesn't yet operate correctly
      in the presence of symlinks; but this should note have any detrimental
      effects. This will be fixed/improved in future `base` version.
      9c13b192
Loading