psqueues 0.2.2.2 → 0.2.2.3
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~HUnitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- psqueues.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.2.2.3+ * Bump HUnit dependency to 1.5+ - 0.2.2.2 * Bump QuickCheck dependency bounds
psqueues.cabal view
@@ -1,5 +1,5 @@ Name: psqueues-Version: 0.2.2.2+Version: 0.2.2.3 License: BSD3 License-file: LICENSE Maintainer: Jasper Van der Jeugt <jaspervdj@gmail.com>@@ -128,7 +128,7 @@ Data.OrdPSQ.Tests Build-depends:- HUnit >= 1.2 && < 1.4+ HUnit >= 1.2 && < 1.6 , QuickCheck >= 2.7 && < 2.10 , test-framework >= 0.8 && < 0.9 , test-framework-hunit >= 0.3 && < 0.4