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