packages feed

buildbox 2.1.9.2 → 2.1.9.3

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~basedep ~directorydep ~processPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, directory, process, time

API changes (from Hackage documentation)

Files

buildbox.cabal view
@@ -1,5 +1,5 @@ Name:                buildbox-Version:             2.1.9.2+Version:             2.1.9.3 License:             BSD3 License-file:        LICENSE Author:              Ben Lippmeier@@ -12,7 +12,7 @@ Description:         Includes utilities for checking the host platform, running tests, capturing output,         handling errors, comparing runtimes against a baseline, sending mail, running events to a schedule etc.-	+ Synopsis:         Rehackable components for writing buildbots and test harnesses. @@ -20,15 +20,15 @@         GHC == 7.0.3  Library-  Build-Depends: +  Build-Depends:         base           >= 4.4 && < 4.10,         containers     >= 0.4 && < 0.6,-        time           >= 1.2 && < 1.7,-        directory      >= 1.1 && < 1.3,+        time           >= 1.2 && < 1.9,+        directory      >= 1.1 && < 1.4,         bytestring     >= 0.9 && < 0.11,         mtl            >= 2.2 && < 2.3,         old-locale     >= 1.0 && < 1.1,-        process        >= 1.2 && < 1.5,+        process        >= 1.2 && < 1.7,         temporary      >= 1.2 && < 1.3,         exceptions     >= 0.8 && < 0.9,         pretty         >= 1.1 && < 1.2,