Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Aug 20, 2019
    • Daniel Gröber (dxld)'s avatar
      Fix v2-install ProgramDb confusion · 1ad6c0fc
      Daniel Gröber (dxld) authored
      Commit 273dacfd ("Extract installLibraries and InstallExes from
      installAction") makes 'getInstalledPackages' get passed the
      pre-configCompilerEx ProgramDb which will cause pattern match failures when
      the code tries to lookup ghc-pkg in the progdb.
      1ad6c0fc
  2. Aug 14, 2019
  3. Aug 09, 2019
  4. Aug 04, 2019
  5. Aug 03, 2019
  6. Aug 02, 2019
    • Ben Gamari's avatar
      parser: Clearly state that invalid fields are ignored · 438db945
      Ben Gamari authored and Oleg Grenrus's avatar Oleg Grenrus committed
      Previously we would issue a warning of the following form when
      we encountered a field that isn't supported by the cabal-version
      declared in the cabal file:
      
          Warning: ghc-heap.cabal:30:3: The field "cmm-sources" is available
          only since the Cabal specification version 3.0.
      
      The message, however, doesn't tell the user the consequence of this
      warning. Consequently a user could easily be confused when the build
      subsequently fail.
      
      Avoid this possibility by clearly stating that the field value will be
      ignored.
      438db945
    • Oleg Grenrus's avatar
      Merge pull request #6171 from haskell/spdx-3.6 · 3f15b324
      Oleg Grenrus authored
      Update to SPDX License List 3.6 2019-07-10
      3f15b324
  7. Aug 01, 2019
  8. Jul 30, 2019
  9. Jul 26, 2019
  10. Jul 25, 2019
  11. Jul 18, 2019
  12. Jul 17, 2019
  13. Jul 07, 2019
  14. Jul 06, 2019
  15. Jul 05, 2019
  16. Jul 03, 2019
  17. Jun 27, 2019
  18. Jun 26, 2019
  19. Jun 25, 2019
Loading