Skip to content
Snippets Groups Projects
  1. Oct 22, 2019
  2. Oct 21, 2019
  3. Oct 15, 2019
  4. Oct 08, 2019
  5. Oct 03, 2019
  6. Sep 29, 2019
    • toonn's avatar
      Change to bundled-flags arguments for compatibility · d2892396
      toonn authored
      Older versions of tar don't understand the `-xf` flags while newer
      versions understand the "bundled-flags" (as documend in bsdtar's
      manpage) perfectly. So `tar xf` should maximize compatibility.
      d2892396
    • toonn's avatar
      Bsdtar has no explicit flag for xz decompression · 9f083c53
      toonn authored
      At least as of Mac OS 10.13.6 the included bsdtar has no flag for xz
      decompression while `z` means gzip decompression which is obviously
      problematic for xz compressed archives.
      
      I believe that any tar version on Mac OS that can decompress xz archives
      also automatically detects compression formats. So `tar xf` should be
      fine.
      
      Fixes #119
      9f083c53
  7. Sep 04, 2019
  8. Sep 02, 2019
  9. Aug 31, 2019
    • Joseph C. Sible's avatar
      Add two more packages for Debian/Ubuntu · 2dd3b5f2
      Joseph C. Sible authored
      If libtinfo5 isn't installed, then installation fails with a message like this:
      /home/ubuntu/.ghcup/ghc/8.6.5/lib/ghc-8.6.5/bin/ghc-pkg: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
      
      If xz-utils isn't installed, then installation fails with a message like this:
      Following commands are required, but missing, please install:  xz
      2dd3b5f2
  10. Aug 28, 2019
  11. Aug 27, 2019
  12. Aug 26, 2019
  13. Aug 22, 2019
  14. Aug 21, 2019
  15. Aug 19, 2019
  16. Aug 15, 2019
  17. Jul 29, 2019
  18. Jul 26, 2019
    • emertens's avatar
      Don't check for xz on darwin · 5066a0a8
      emertens authored
      xz is not needed on darwin and checking for it generates a lot
      of questions for new users that we could easily avoid.
      5066a0a8
  19. Jul 25, 2019
  20. Jul 24, 2019
  21. Jul 23, 2019
  22. Jul 22, 2019
  23. Jul 18, 2019
  24. Jul 11, 2019
  25. Jul 10, 2019
  26. Jul 09, 2019
  27. Jul 07, 2019
Loading