Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Nov 01, 2019
  2. Oct 22, 2019
  3. Oct 18, 2019
  4. Oct 11, 2019
  5. Oct 09, 2019
    • Daniel Gröber (dxld)'s avatar
      Fix dropExeExtension on Windows (#6287) · 0ad0ac0b
      Daniel Gröber (dxld) authored
      On Windows dropExeExtension doesn't actually drop the exe extension.
      
      We have
      
          splitExtension "foo.exe" == ("foo", ".exe")
      
      but the code is expecting just "exe" for the extension field.
      
      Among other things this makes guessToolFromGhcPath behave
      unexpectedly. Since takeVersionSuffix can't see past the extension the
      `null suf` case in mkGuesses will trigger which causes the versioned
      program path candidates to not be looked for.
      Unverified
      0ad0ac0b
  6. Oct 08, 2019
  7. Oct 07, 2019
  8. Oct 06, 2019
  9. Oct 02, 2019
  10. Oct 01, 2019
  11. Sep 30, 2019
  12. Sep 25, 2019
  13. Sep 24, 2019
Loading