Skip to content

Releases: Mikolaj/horde-ad

v0.2.0.0

26 Jul 23:04
a5c19b7
Compare
Choose a tag to compare

Please see README.md for installation and usage information and https://hackage.haskell.org/package/horde-ad for the API documentation.

At the time of the 0.2.0.0 release, horde-ad works with GHC 9.10.2. After GHC 9.12.3 and GHC 9.14.1 are released and bounds are relaxed to include them, horde-ad-0.2.0.0 should work with them as well (with GHC 9.14.1 initially only using --allow-newer and head.hackage). Once horde-ad is benchmarked and optimized with GHC 9.14, performance should improve, but that will be released as a new horde-ad version.

Changes

  • Modernize the dep (ilist) that provides imap to make Stackage happy
  • Make the cabal sublibraries public, as intended
  • Tweak benchmarks

v0.1.0.0

18 Jul 11:26
84b3cdf
Compare
Choose a tag to compare

Please see README.md for installation and usage information and https://hackage.haskell.org/package/horde-ad for the API documentation.

At the time of the 0.1.0.0 release, horde-ad works with GHC 9.10.2. After GHC 9.12.3 and GHC 9.14.1 are released and bounds are relaxed to include them, horde-ad-0.1.0.0 should work with them as well (with GHC 9.14.1 initially only using --allow-newer and head.hackage). Once horde-ad is benchmarked and optimized with GHC 9.14, performance should improve, but that will be released as a new horde-ad version.

Changes

  • First version. Released on an unsuspecting world.