Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jul 02, 2015
  2. Jun 24, 2015
  3. Jun 23, 2015
  4. Jun 22, 2015
  5. Jun 20, 2015
  6. Jun 19, 2015
  7. Jun 18, 2015
  8. 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
  9. Jun 16, 2015
  10. Jun 14, 2015
  11. 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
  12. Jun 10, 2015
  13. Jun 08, 2015
  14. Jun 07, 2015
  15. Jun 06, 2015
  16. Jun 04, 2015
  17. Jun 03, 2015
  18. 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
  19. Jun 01, 2015
Loading