Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Sep 08, 2019
    • Sebastian Graf's avatar
      Remove dead code · cb8b7d7a
      Sebastian Graf authored
      This would trip up the improved pattern match checker from [!963](ghc/ghc!963).
      
      The removed code is related to maintaining the round-trip property, so
      should be re-introduced at some point. This is tracked in #6193.
      cb8b7d7a
  2. Aug 09, 2019
  3. Aug 04, 2019
  4. Aug 03, 2019
  5. 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
  6. Aug 01, 2019
  7. Jul 30, 2019
  8. Jul 26, 2019
  9. Jul 25, 2019
  10. Jul 18, 2019
  11. Jul 17, 2019
  12. Jul 07, 2019
  13. Jul 06, 2019
  14. Jul 05, 2019
  15. Jul 03, 2019
  16. Jun 27, 2019
  17. Jun 26, 2019
  18. Jun 25, 2019
Loading