Skip to content

v0.15.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 10:49
· 4 commits to main since this release
- 0.15.0.0 (2024-04-13)

     * #480 Support with GHC 9.10 (By Jan Hrček)

     * #482 Add `ConfigSearchStrategy` to allow avoiding `getCurrentDirectory`
       when loading config (by Jan Hrček)

       This is breaking API change that can be fixed like this:

       ```diff
       -format Nothing maybeFile contents
       +format SearchFromCurrentDirectory maybeFile contents

       -format (Just cfgFile) maybeFile content
       +format (UseConfig cfgFile) maybeFile content
       ```

     * Bump `Cabal` lower bound to 3.14