packages feed

swish 0.10.6.0 → 0.10.7.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,7 @@+0.10.7.0:++  Allow building with GHC 9.8.1 (base 4.19).+ 0.10.6.0:    Allow building with containers version 0.7.
swish.cabal view
@@ -1,7 +1,7 @@ Cabal-Version:      2.4  Name:               swish-Version:            0.10.6.0+Version:            0.10.7.0 Stability:          experimental License:            LGPL-2.1-or-later License-file:       LICENSE @@ -97,7 +97,7 @@ Library    Default-Language:    Haskell2010    Build-Depends:-      base >= 4.8 && < 4.19,+      base >= 4.8 && < 4.20,       containers >= 0.5 && < 0.8,       directory >= 1.0 && < 1.4,       filepath >= 1.1 && < 1.5,