HTF 0.8.1.0 → 0.8.1.1
raw patch · 3 files changed
+7/−4 lines, 3 filesdep ~processPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: process
API changes (from Hackage documentation)
Files
- ChangeLog +4/−1
- HTF.cabal +2/−2
- Test/Framework/QuickCheckWrapper.hs +1/−1
ChangeLog view
@@ -1,4 +1,7 @@-* 0.8.1.0 (2011-09-?)+* 0.8.1.0 (2011-11-07)+ - fixed build dependencies to include process 1.1.*++* 0.8.1.0 (2011-10-01) - multi-line diff with pretty-printing - bugfixes - build support for GHC 7.2.1
HTF.cabal view
@@ -1,5 +1,5 @@ Name: HTF-Version: 0.8.1.0+Version: 0.8.1.1 License: LGPL License-File: LICENSE Copyright: (c) 2005-2011 Stefan Wehr@@ -51,7 +51,7 @@ base == 4.*, random == 1.0.*, containers >= 0.3 && < 0.5,- process == 1.0.*,+ process >= 1.0 && < 1.2, directory >= 1.0 && < 1.2, mtl >= 1.1 && < 2.1, pretty >= 1.0 && < 1.2,
Test/Framework/QuickCheckWrapper.hs view
@@ -2,7 +2,7 @@ DeriveDataTypeable,ScopedTypeVariables #-} ----- Copyright (c) 2005,2009 Stefan Wehr - http://www.stefanwehr.de+-- Copyright (c) 2005,2009-2011 Stefan Wehr - http://www.stefanwehr.de -- -- This library is free software; you can redistribute it and/or -- modify it under the terms of the GNU Lesser General Public