Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Sep 10, 2023
  2. Sep 08, 2023
  3. Sep 07, 2023
  4. Sep 06, 2023
  5. Sep 05, 2023
  6. Sep 04, 2023
  7. Sep 03, 2023
  8. Sep 02, 2023
    • hamishmack's avatar
      Fix use of NumJobs · 37f67421
      hamishmack authored
      From `Cabal/src/Distribution/Types/ParStrat.hs`
      
      ```
      data ParStratX sem
        = -- | Compile in parallel with the given number of jobs (`-jN` or `-j`).
          NumJobs (Maybe Int)
        ...
      ```
      
      However in `Cabal/src/Distribution/Simple/Program/GHC.hs` show is applied to the `Maybe Int` and we get errors like:
      
      ```
      ghc-9.9.20230901: on the commandline: malformed integer argument in -jJust 4
      ```
      
      This change should correct the behavior in `Simple/Program/GHC.hs` to match the comment in `Types/ParStrat.hs`.
  9. Sep 01, 2023
  10. Aug 31, 2023
  11. Aug 27, 2023
  12. Aug 26, 2023
  13. Aug 24, 2023
  14. Aug 21, 2023
  15. Aug 20, 2023
  16. Aug 19, 2023
  17. Aug 17, 2023
    • Suganya Raju's avatar
      Successive Cabal Package Errors (#9162) · f465da4d
      Suganya Raju authored
      * Cabal Package Exceptions
      
      * Accepting new format of output with error codes
      
      * Reverting the changes to new error output
      
      * Rebasing branch Subsequent Cabal Package errors
      
      * Added setup-explicit-fail.out
      
      * Delete setup-explicit-fail.out
      
      * Accepting new output with error codes
      
      * Changed to "GetProgramInvocationException" and "SanityCheckForEnableComponents"
      
      * Going back to former die' call in `getProgramInvocationOutout`  function to check on the failing CI test
      
      * Accepted new error output, included cabalexception in handler
      
      * Error code rectification
      
      * Added a handler condition for VerboseException CabalException in `annotaeFailure` function
      
      * Leaving "GetProgramInvocationException" unmodified
      
      * Incorporated review comments
      
      * Updated "nor" in AutoGenModule test case
      
      * Updated "AutogenExposeOther" test case which was dependent on this "nor" change
  18. Aug 12, 2023
  19. Aug 10, 2023
    • Andrea Bedini's avatar
      Add alex to build-tool-depends remove separate code gen (#8980) · 0ab5571e
      Andrea Bedini authored
      * Add alex to build-tool-depends and remove separate code gen
      
      - Pass latin-1 encoding is passed as input pragma
      - Cabal hard-codes -g for alex so we don't need to worry about --ghc
      - Rework bootstrap, adding per-component building
      - Update bootstrap plans
      
      * [bootstrap] warn the user if cabal config is not found
      
      * [bootstrap] regenerate bootstrap plans once more
      
      * [bootstrap] regenerate bootstrap files after #9139
  20. Aug 02, 2023
Loading