Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jul 09, 2018
  2. Jul 08, 2018
  3. Jul 07, 2018
  4. Jul 05, 2018
  5. Jul 04, 2018
  6. Jun 28, 2018
    • quasicomputational's avatar
      bootstrap: no need for old-locale and old-time now · c718a22f
      quasicomputational authored and Mikhail Glushenkov's avatar Mikhail Glushenkov committed
      jgm/zip-archive#47 has been merged and released as part of 0.3.3, so
      there is now no need to grab old-time and old-locale in booststrap.sh.
      c718a22f
    • quasicomputational's avatar
      Remove matchFileGlob. · 2b7be354
      quasicomputational authored and Mikhail Glushenkov's avatar Mikhail Glushenkov committed
      This was only a convenience function, but its use could obscure how it
      is introducing a dependency on the CWD. By removing it, the "."
      argument to `matchDirFileGlob` is explicit.
      
      Any external code using `matchFileGlob` would have needed to be
      changed as #5284 changed its signature and the module it lives in; it
      is not much more of a burden to switch to `matchDirFileGlob` at the
      same time.
      2b7be354
  7. Jun 27, 2018
  8. Jun 26, 2018
  9. Jun 25, 2018
Loading