Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jun 19, 2015
    • kristenk's avatar
      Test cabal exec error message in a more portable way · 99a9611f
      kristenk authored
      This change allows the tests "can run executables installed in the sandbox" and
      "adds the sandbox bin directory to the PATH" to run on Windows by removing the
      executable name from the required error message.
      99a9611f
  2. Jun 18, 2015
  3. Jun 17, 2015
    • Mikhail Glushenkov's avatar
      A fix for @ezyang's fix for #2502. · e4da79ae
      Mikhail Glushenkov authored
      Instead of:
      C:\Users\Ganesh\AppData\Local\Temp\data-default-instances-old-locale-0.0.1-11924\data-default-instances-old-locale-0.0.1
      (which was the case before @ezyang's patch)
      we now get:
      C:\Users\Ganesh\AppData\Local\Temp\cabal-tmp-11924\data-default-instances-old-locale-0.0.1
      
      Fixes #2658.
      e4da79ae
  4. Jun 16, 2015
  5. Jun 14, 2015
  6. Jun 11, 2015
    • Edward Z. Yang's avatar
      Reduce temporary directory name length, fixes #2502 · 515f8799
      Edward Z. Yang authored
      
      Instead of:
      C:\Users\Ganesh\AppData\Local\Temp\data-default-instances-old-locale-0.0.1-11924\data-default-instances-old-locale-0.0.1
      we get:
      C:\Users\Ganesh\AppData\Local\Temp\data-default-instances-old-locale-0.0.1-11924
      
      Instead of:
      dist\build\libHSdata-default-instances-old-locale-0.0.1-6jcjjaR25tK4x3nJhHHjFM.a-11924\libHSdata-default-instances-old-locale-0.0.1-6jcjjaR25tK4x3nJhHHjFM.a
      we get:
      dist\build\objs-11924\libHSdata-default-instances-old-locale-0.0.1-6jcjjaR25tK4x3nJhHHjFM.a
      
      This should put us under the limit.
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
      515f8799
    • Ben Gamari's avatar
      Parse C compiler flags from GHC correctly · 6b07a72b
      Ben Gamari authored
      GHC hands us a String which we previously tried to parse as a [String],
      causing GHC's compiler flags to be ignored.
      6b07a72b
  7. Jun 10, 2015
  8. Jun 08, 2015
  9. Jun 07, 2015
  10. Jun 06, 2015
  11. Jun 04, 2015
  12. Jun 03, 2015
  13. Jun 02, 2015
    • tibbe's avatar
      Allow using cabal program itself as the external setup method · 03b02fb6
      tibbe authored
      This fixes issues when the version of Cabal that cabal-install was built
      against differs from the one registered in the local package DB. Normally
      we compile an external setup against the local Cabal library, which could
      lead to failures or inconsistent results compared to using the internal
      method.
      
      This fixes #2438 and fixes #1938.
      03b02fb6
  14. Jun 01, 2015
Loading