packages feed

stylish-haskell 0.5.14.0 → 0.5.14.1

raw patch · 2 files changed

+7/−4 lines, 2 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,6 @@+- 0.5.14.1+    * Bump `aeson` to 0.9+ - 0.5.14.0     * Bump `syb` to 0.5     * Slight refactoring in align code
stylish-haskell.cabal view
@@ -1,5 +1,5 @@ Name:          stylish-haskell-Version:       0.5.14.0+Version:       0.5.14.1 Synopsis:      Haskell code prettifier Homepage:      https://github.com/jaspervdj/stylish-haskell License:       BSD3@@ -46,7 +46,7 @@     Paths_stylish_haskell    Build-depends:-    aeson            >= 0.6  && < 0.9,+    aeson            >= 0.6  && < 0.10,     base             >= 4    && < 5,     bytestring       >= 0.9  && < 0.11,     containers       >= 0.3  && < 0.6,@@ -67,7 +67,7 @@     strict           >= 0.3  && < 0.4,     cmdargs          >= 0.9  && < 0.11,     -- Copied from regular dependencies...-    aeson            >= 0.6  && < 0.9,+    aeson            >= 0.6  && < 0.10,     base             >= 4    && < 5,     bytestring       >= 0.9  && < 0.11,     containers       >= 0.3  && < 0.6,@@ -99,7 +99,7 @@     test-framework       >= 0.4 && < 0.9,     test-framework-hunit >= 0.2 && < 0.4,     -- Copied from regular dependencies...-    aeson            >= 0.6  && < 0.9,+    aeson            >= 0.6  && < 0.10,     base             >= 4    && < 5,     bytestring       >= 0.9  && < 0.11,     cmdargs          >= 0.9  && < 0.11,