Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Sep 10, 2020
  2. Jul 20, 2020
  3. Jul 15, 2020
  4. Jul 13, 2020
  5. Jul 09, 2020
  6. Jun 11, 2020
    • Ken Micklas's avatar
      Rebuild on changes in all extra-source-files · ea8e60f5
      Ken Micklas authored
      This should alleviate #4746 for most use cases, if the dependent files
      are declared in `extra-source-files`. The downside is that `cabal`
      will not be able to avoid invoking GHC in as many cases, but GHC's
      `--make` should be smart enough to avoid any "actual" rebuilding that
      isn't necessary.
      ea8e60f5
  7. Jun 04, 2020
  8. Jun 03, 2020
  9. May 23, 2020
  10. May 18, 2020
  11. May 12, 2020
  12. May 07, 2020
  13. May 04, 2020
  14. Apr 25, 2020
  15. Apr 21, 2020
    • Oleg Grenrus's avatar
      Rename Flag types · 7fcb2045
      Oleg Grenrus authored
      There was three Flag's. Now they are
      - `Flag` (cli parsing)
      - `PackageFlag`
      - `CompilerFlag`
      
      This allows wild-imports without `hiding (Flag)`, and make tags
      navigaton work!
      7fcb2045
  16. Apr 09, 2020
  17. Apr 07, 2020
  18. Apr 06, 2020
  19. Apr 01, 2020
Loading