Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Feb 28, 2024
  2. Jan 17, 2024
    • Bodigrim's avatar
      Switch from criterion to tasty-bench · d9f4ad51
      Bodigrim authored
      Makes builds faster by eliminating 10 transitive dependencies:
      
      * base-compat-batteries
      * binary-orphans
      * cassava
      * code-page
      * criterion
      * criterion-measurement
      * Glob
      * js-chart
      * microstache
      * Only
      d9f4ad51
  3. Nov 02, 2023
  4. Feb 19, 2023
  5. May 25, 2022
  6. May 24, 2022
  7. Jan 26, 2022
  8. Aug 05, 2021
  9. Sep 11, 2020
    • Oleg Grenrus's avatar
      Rewrite VersionInterval code · 1347791c
      Oleg Grenrus authored
      - The old code is preserved for now in VersionInterval.Legacy module
      - Add normaliseVersionRange bench, comparing new and old
      - We drop intersectVersionIntervals, which is complicated function for acceptable performance loss, but gained simplicity
      - Remove Ord instances (can be added back, removed to make sure we don't use them)
      1347791c
  10. Apr 03, 2020
  11. Mar 19, 2020
Loading