Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Oct 07, 2023
  2. Oct 06, 2023
  3. Oct 05, 2023
  4. Oct 04, 2023
  5. Oct 03, 2023
  6. Oct 02, 2023
  7. Sep 28, 2023
  8. Sep 22, 2023
  9. Sep 21, 2023
  10. Sep 20, 2023
  11. Sep 19, 2023
  12. Sep 18, 2023
    • Suganya Raju's avatar
      Cabal-Install Package Errors (#9219) · 2959134d
      Suganya Raju authored
      * Cabal-Install Package Errors
      
      * Accepting new error output with error code.
      
      * Replaced die' call in `Upload.hs`
      
      * Making `dieWithException` polymorphic and adding Cabal-Install Exceptions under Cabal-Install
      
      * Adding Cabal install Exception under Cabal-install
      
      * Added module header to "Errors.hs"
      
      * merging 'master ' into 'Cabal-Install-Package-Errors'
      
      * Fixing fourmolu error
      
      * Fixing fourmolu error
  13. Sep 15, 2023
    • Sebastian Tee's avatar
      Support authentication tokens for uploading to Hackage (#9058) · a0d815c4
      Sebastian Tee authored
      * Add token authorization for cabal upload
      
      Add token flag. If a token is set ignore the username and password.
      The token is passed to Hackage in the  Authorization header.
      
      * Add token flag to upload documentation
      
      * Add token authentication for cabal report
      
      * Update auth token documentation and changelog
      
      * Add token flag to config integration tests
      
      * Add auth token header to plain-http transport
      
      * Add documentation and reduce wildcard usage
      
      Use Nothing in pattern matching instead of wildcards.
      
      * Add auth token headers to wget and powershell
      
      * Fix auth token header for powershell transport
      
      Powershell has to have the Authorization token set in the Header
      dictionary parameter. Some headers (e.g. User-Agent) have to be set as
      a request parameter.
      
      * Fix code formatting to comply with fourmolu
  14. Sep 14, 2023
  15. Sep 13, 2023
  16. Sep 12, 2023
  17. Sep 10, 2023
Loading