ChasingBottoms 1.3.1.1 → 1.3.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- ChasingBottoms.cabal +2/−2
ChasingBottoms.cabal view
@@ -1,5 +1,5 @@ name: ChasingBottoms-version: 1.3.1.1+version: 1.3.1.2 license: MIT license-file: LICENCE copyright: Copyright (c) Nils Anders Danielsson 2004-2016.@@ -161,7 +161,7 @@ Test.ChasingBottoms.TestUtilities.Generators, Test.ChasingBottoms.TimeOut.Tests - build-depends: QuickCheck >= 2.1 && < 2.9,+ build-depends: QuickCheck >= 2.1 && < 2.10, mtl >= 1.1 && < 2.3, base >= 4.0 && < 4.10, containers >= 0.3 && < 0.6,