All Versions
26
Latest Version
Avg Release Cycle
45 days
Latest Release
640 days ago

Changelog History
Page 1

  • v0.10.0 Changes

    July 26, 2022
    • ๐Ÿ‘• Apply Hlint suggestions #354
    • Cabal cradle: change error message on failure #353
    • ๐Ÿ”จ Refactor parsing of hie.yaml files #329
    • โœ… Make sure we test the same versions as HLS #346
    • ๐Ÿšš Move logging from hslogger to co-log #347
      • Demote process output to Debug severity #348
    • ๐Ÿ›  Fix typos #342
  • v0.9.1 Changes

    March 07, 2022
    • Ignore .ghci files while querying project GHC #337
      • Fixes a bug where hie-bios fails to load cabal cradles with .ghci files
    • ๐Ÿ‘Œ Improve error messages if cabal invocation fails #338
    • ๐Ÿ‘ Allow text-2.0 #335
  • v0.9.0 Changes

    February 25, 2022
    • ๐Ÿ‘‰ Use the proper GHC version given by cabal #282
      • In particular, honour the with-compiler field in cabal.project
    • โฌ‡๏ธ Drop support for GHC 8.4 #331
  • v0.8.1 Changes

    January 06, 2022
    • โž• Add support for GHC 9.0.2 #322
  • v0.8.0 Changes

    November 29, 2021
    • ๐Ÿ‘Œ Support aeson >= 2.0. #313
    • โœ‚ Remove CradleOpt Type #293
  • v0.7.6 Changes

    August 30, 2021
    • Don't look for NIX_GHC_LIBDIR as it is redundant #294
    • โž• Add compatibility for GHC 9.0 and 9.2 #300
      • Add CPP statements for IncludeSpecs #307
    • ๐Ÿ”จ Refactor implicit config discovery #291
    • ๐ŸŒฒ Log stderr of stack to display more informative error messages to users. #254
  • v0.7.5 Changes

    March 21, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘Œ Improve out-of-the-box support for dynamically linked GHC. #286, #287
  • v0.7.4 Changes

    February 19, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿง Create the cache directory on linux if it is missing #283
  • v0.7.3 Changes

    January 29, 2021
    • ๐Ÿ— Set builddir for cabal #264
      • Essentially, change the build directory for cabal to the XDG_CACHE_HOME directory (e.g. ~/.cache/hie-bios/...). This way, user invocations of cabal will no longer trigger a configure step, improving the overall developer experience.
    • ๐Ÿ“œ Optparse-applicative CLI #276
  • v0.7.2 Changes

    December 16, 2020
    • Faster Bios protocol #271
    • Modify unreachable cabal website links #259
    • Only take the last line of output in getRuntimeGhcX #256