Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jun 05, 2021
    • toonn's avatar
      doc: Simplify executable and library example · 0638a484
      toonn authored and Emily Pillmore's avatar Emily Pillmore committed
      Use `hs-source-dirs` for the library and change the `other-modules`
      names for the executables to avoid confusion.
      
      Lowercase the `main-is` files to make it clear the filename need not be
      a module name.
      
      Add dependency on the internal library to the prog2 executable to
      showcase common usage.
      
      [ci skip]
      0638a484
    • toonn's avatar
      doc: Annotate package examples · d391bfb5
      toonn authored and Emily Pillmore's avatar Emily Pillmore committed
      The simple package examples share module names among library and
      executable components. To avoid potential confusion these have been
      annotated to make it crystal clear the modules do not refer to the same
      entities.
      
      [ci skip]
      d391bfb5
    • Aaron Allen's avatar
      Increase purview of --dry-run and --only-download flags (#7379) · 84884bbc
      Aaron Allen authored and Francesco Gazzetta's avatar Francesco Gazzetta committed
      Changes the behavior of the following commands under the `--dry-run` and
      `--only-download` flags
      - `v2-configure` and `v2-freeze` do not write their respective files
      - `v2-exec` and `v2-run` do not run the target executable
      
      Adds package tests for the configure and freeze commands.
      84884bbc
  2. Jun 03, 2021
  3. Jun 02, 2021
  4. Jun 01, 2021
  5. May 31, 2021
  6. May 26, 2021
  7. May 25, 2021
  8. May 24, 2021
  9. May 21, 2021
  10. May 20, 2021
  11. May 18, 2021
  12. May 17, 2021
  13. May 16, 2021
  14. May 15, 2021
  15. May 14, 2021
Loading