Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Nov 03, 2019
  2. Nov 02, 2019
  3. Nov 01, 2019
  4. Oct 27, 2019
  5. Oct 22, 2019
  6. Oct 18, 2019
  7. Oct 11, 2019
  8. 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
  9. Oct 08, 2019
  10. Oct 07, 2019
  11. Oct 06, 2019
  12. Oct 02, 2019
  13. Oct 01, 2019
Loading