packages feed

yi-dynamic-configuration 0.14.1 → 0.15.0

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~yi-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: yi-core

API changes (from Hackage documentation)

Files

src/Yi/Boot/Internal.hs view
@@ -26,5 +26,5 @@ reload :: YiM () reload = do   editor <- withEditor get-  withUI (`end` False)+  withUI (`end` Nothing)   liftBase $ relaunchWithBinaryState (Just editor) Nothing
yi-dynamic-configuration.cabal view
@@ -1,9 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.17.0.+-- This file has been generated from package.yaml by hpack version 0.17.1. -- -- see: https://github.com/sol/hpack  name:           yi-dynamic-configuration-version:        0.14.1+version:        0.15.0 synopsis:       Dynamic configuration support for Yi category:       Yi homepage:       https://github.com/yi-editor/yi#readme@@ -23,7 +23,7 @@   build-depends:       base >= 4.8 && < 5     , dyre >= 0.8.11-    , yi-core >= 0.14.1+    , yi-core >= 0.15.0     , transformers-base     , mtl >= 0.1.0.1     , microlens-platform