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