gauge v0.2.1 Release Notes

Release Date: 2018-01-17 // over 6 years ago
    • Inline math-functions & mwc-random:
      • Remove most functions, instances and types, that are unnecessary for gauge
      • Remove unsafe seeding with partial seed (unused in gauge anyway)
      • Remove vector-th-unbox dependency (transitively template-haskell, pretty, ghc-boot-th)
      • Remove time dependency
    • Re-add Gauge.Benchmark to Gauge.Main to keep the transition between criterion and gauge easy
    • ๐Ÿ›  Fix cycles reporting on linux, osx and windows
    • โž• Add some extra callstack for reporting on partial function
    • ๐Ÿ›  Fix compilation with Semigroup => Monoid (compilation on 8.4). still unsupported
    • โž• Add some color on terminal output