Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Aug 16, 2022
  2. Aug 11, 2022
  3. Aug 03, 2022
  4. Jul 29, 2022
    • ffaf1's avatar
      Document missing commands (#8309) · ca038646
      ffaf1 authored
      * Add `cabal get` documentation
      
      * Add `cabal upload` documentation
      
      * Add `cabal info` documentation
      
      * Add `cabal fetch` documentation
      
      * Add `cabal init` documentation stub
      
      * Add `cabal list` documentation
      
      * Add `cabal report` documentation
      
      * Add `cabal user-config` documentation
      
      * Add changelog for #8309
      
      * Document alternatives to `cabal fetch`
      ca038646
  5. Jul 28, 2022
  6. Jul 20, 2022
  7. Jul 16, 2022
  8. Jul 06, 2022
  9. Jul 04, 2022
  10. Jun 24, 2022
  11. Jun 15, 2022
  12. Jun 13, 2022
  13. Jun 08, 2022
  14. Jun 04, 2022
  15. Jun 03, 2022
  16. May 28, 2022
  17. May 27, 2022
  18. May 25, 2022
  19. May 19, 2022
  20. May 16, 2022
  21. May 13, 2022
    • Mike Pilgrem's avatar
      Clarify `runhaskell` in Cabal's guide · f51b4a24
      Mike Pilgrem authored
      The original Cabal proposal https://www.haskell.org/cabal/proposal/ explained that `runhaskell`, in the proposal, was to refer to a symlink to `runhugs`, `runghc`, or `runnhc`. That explanation has been lost from the Cabal guide. Since the date of the original proposal, HUGS and NHC have fallen by the wayside. This pull request proposes two minor additions to restore the explanation:
      
      1. A sentence "GHC provides the commands `runhaskell` and `runghc` (they are equivalent) to allow you to run Haskell programs without first having to compile them (scripts)." This wording closely follows that in the GHC user guide.
      
      2. A clarification that `--help` provides information about the `Setup.hs` script (not the `runhaskell` command).
      f51b4a24
  22. May 11, 2022
  23. May 02, 2022
  24. Apr 29, 2022
  25. Apr 21, 2022
    • danidiaz's avatar
      Docs: add 'gen-bounds' and 'oudated' to the list of commands. (#7425) · f358cada
      danidiaz authored
      
      This commit adds entries for the 'gen-bounds' and 'outdated'
      commands to the "cabal-install Commands" section of the user manual.
      
      Formerly, those commands were only described in the "Package
      description" section. Some, but not all, of the information in that
      section has been moved to the entires in the list of commands.
      
      This commit changes two other things:
      
      - The descriptions in the "Package description" were incorrectly placed
        as sub-sections of "Opening an interpreter session". They have been
        moved one level up.
      
      - changed the gen-bounds example, because it used dependencies which
        *already* had bounds as the starting point.
      
      Co-authored-by: default avatarDaniel Díaz <diaz_carrete@yahoo.com>
      Co-authored-by: default avatarEmily Pillmore <emilypi@cohomolo.gy>
      Co-authored-by: default avatargbaz <gershomb@gmail.com>
      f358cada
  26. Apr 13, 2022
  27. Apr 07, 2022
  28. Apr 06, 2022
  29. Apr 05, 2022
  30. Mar 31, 2022
    • gershomb's avatar
      Extended project files (conditionals and imports) (#7783) · 32259a15
      gershomb authored
      
      * initial parser pass
      
      * first compiling pass
      
      * get more stuff sort of working
      
      * conditional parsing actually works
      
      * error cleanup and downloads
      
      * thread through http transport
      
      * fix merge
      
      * better errors and use extended project parsing uniformly
      
      * elif support, maybe?
      
      * fix outdated cmd, add tests, docs
      
      * fix docs
      
      * use legacyReadFields parser
      
      * changelog
      
      * cyclical import detection
      
      * fix shadowing
      
      * add missing file
      
      * finish merge
      
      * fix outstanding merge issue
      
      * use existing config available when checking for compiler for package flags
      
      * review comments
      
      * add missing test file
      
      * Update pr-7783
      
      Co-authored-by: default avatarGershom Bazerman <gershom@arista.com>
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
      32259a15
  31. Mar 15, 2022
Loading