Skip to content
Snippets Groups Projects
  1. Apr 06, 2019
  2. Mar 28, 2019
  3. Mar 27, 2019
  4. Mar 25, 2019
  5. Mar 24, 2019
  6. Mar 23, 2019
  7. Mar 22, 2019
  8. Mar 07, 2019
  9. Mar 06, 2019
  10. Mar 05, 2019
  11. Feb 20, 2019
  12. Feb 18, 2019
  13. Feb 16, 2019
  14. Feb 12, 2019
  15. Feb 05, 2019
  16. Jan 25, 2019
  17. Jan 24, 2019
    • Julian Ospald's avatar
      Fix edo in bootstrap-haskell · 99843f32
      Julian Ospald authored
      This seems to have caused occasional weird
      side-effects on the following line:
      
        edo curl https://raw.githubusercontent.com/haskell/ghcup/master/ghcup > "${HOME}"/.ghcup/bin/ghcup
        ...
        edo ghcup install
      
      It would result in:
      
        ~/.ghcup/bin/ghcup: line 1: $'\E[0': command not found
        ~/.ghcup/bin/ghcup: line 1: 35mcurl: command not found
      
      which seems to be because of printf and the piping command.
      It's not entirely clear to me what happens here, but it
      seems part of the printf output to stdout where mixed
      with the next command.
      99843f32
  18. Jan 13, 2019
  19. Jan 07, 2019
  20. Jan 04, 2019
Loading