packages feed

hie-bios 0.6.2 → 0.6.3

raw patch · 3 files changed

+8/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ HIE.Bios.Cradle: yamlConfig :: FilePath -> MaybeT IO FilePath

Files

ChangeLog.md view
@@ -1,5 +1,11 @@ # ChangeLog hie-bios +## 2020-08-08 - 0.6.3++### API Addition++* Expose yamlConfig [#237](https://github.com/mpickering/hie-bios/pull/237)+ ## 2020-08-08 - 0.6.2  ### New Features
hie-bios.cabal view
@@ -1,6 +1,6 @@ Cabal-Version:          2.2 Name:                   hie-bios-Version:                0.6.2+Version:                0.6.3 Author:                 Matthew Pickering <matthewtpickering@gmail.com> Maintainer:             Matthew Pickering <matthewtpickering@gmail.com> License:                BSD-3-Clause
src/HIE/Bios/Cradle.hs view
@@ -7,6 +7,7 @@     , loadCradle     , loadCustomCradle     , loadImplicitCradle+    , yamlConfig     , defaultCradle     , isCabalCradle     , isStackCradle