swish 0.10.5.0 → 0.10.6.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers
API changes (from Hackage documentation)
Files
- CHANGELOG +4/−0
- swish.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,7 @@+0.10.6.0:++ Allow building with containers version 0.7.+ 0.10.5.0: Allow building with text version 2.1.
swish.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: 2.4 Name: swish-Version: 0.10.5.0+Version: 0.10.6.0 Stability: experimental License: LGPL-2.1-or-later License-file: LICENSE @@ -98,7 +98,7 @@ Default-Language: Haskell2010 Build-Depends: base >= 4.8 && < 4.19,- containers >= 0.5 && < 0.7,+ containers >= 0.5 && < 0.8, directory >= 1.0 && < 1.4, filepath >= 1.1 && < 1.5, -- Early versions of hashable 1.2 are problematic