packages feed

stylish-haskell 0.5.5.0 → 0.5.5.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~test-frameworkdep ~test-framework-hunitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: test-framework, test-framework-hunit

API changes (from Hackage documentation)

Files

stylish-haskell.cabal view
@@ -1,5 +1,5 @@ Name:          stylish-haskell-Version:       0.5.5.0+Version:       0.5.5.1 Synopsis:      Haskell code prettifier Homepage:      https://github.com/jaspervdj/stylish-haskell License:       BSD3@@ -93,8 +93,8 @@    Build-depends:     HUnit                >= 1.2 && < 1.3,-    test-framework       >= 0.4 && < 0.7,-    test-framework-hunit >= 0.2 && < 0.3,+    test-framework       >= 0.4 && < 0.8,+    test-framework-hunit >= 0.2 && < 0.4,     -- Copied from regular dependencies...     aeson            >= 0.6  && < 0.7,     base             >= 4    && < 5,