[arch-commits] Commit in haskell-chell-quickcheck/trunk (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jan 20 19:28:39 UTC 2019


    Date: Sunday, January 20, 2019 @ 19:28:38
  Author: felixonmars
Revision: 425457

upgpkg: haskell-chell-quickcheck 0.2.5.1-16

fix patch

Modified:
  haskell-chell-quickcheck/trunk/PKGBUILD
  haskell-chell-quickcheck/trunk/quickcheck-2.12.patch

-----------------------+
 PKGBUILD              |    2 +-
 quickcheck-2.12.patch |    9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-20 19:26:20 UTC (rev 425456)
+++ PKGBUILD	2019-01-20 19:28:38 UTC (rev 425457)
@@ -13,7 +13,7 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
         quickcheck-2.12.patch)
 sha512sums=('4879c084731112e0e17e6d82510850c119c7e5e5cde90c03ecce9ea470f94429ddd040b9346a5aa268b0ea41c5656025cc2dacfe533d370efd7162473a1ebc6e'
-            '47d6f0e7a51a186fe1a0085a1bdcb11402f063ffe48a71282f40b8f69add78c64821c79b4b5c1e0f97feb0d8154745e7dcb4572761b41aca89e399a844bbfafe')
+            '9ace27b5b047c6b03f24fc88d907b699381d7ae334ac6f774ed28a39499b179f86dfc8ea7f7cae55b67ca1066741bd5333bb162f94346009dd30aa204842343b')
 
 prepare() {
     cd $_hkgname-$pkgver

Modified: quickcheck-2.12.patch
===================================================================
--- quickcheck-2.12.patch	2019-01-20 19:26:20 UTC (rev 425456)
+++ quickcheck-2.12.patch	2019-01-20 19:28:38 UTC (rev 425457)
@@ -1,4 +1,4 @@
-commit 0c81a9d15b8b8fcfbde47ef3cf76aa1f136abdfa
+commit bab1bd78ff47da389e7f35153eb6ba93e4f5e685
 Author: Felix Yan <felixonmars at archlinux.org>
 Date:   Mon Jan 21 01:15:45 2019 +0800
 
@@ -5,10 +5,10 @@
     Fix compatibility with QuickCheck 2.12
 
 diff --git a/chell-quickcheck/Test/Chell/QuickCheck.hs b/chell-quickcheck/Test/Chell/QuickCheck.hs
-index 0ec25b0..c9d2abb 100644
+index 0ec25b0..aaf35fb 100644
 --- a/chell-quickcheck/Test/Chell/QuickCheck.hs
 +++ b/chell-quickcheck/Test/Chell/QuickCheck.hs
-@@ -53,8 +53,15 @@ property name prop = Chell.test name $ \opts -> do
+@@ -53,8 +53,16 @@ property name prop = Chell.test name $ \opts -> do
  		, State.computeSize = computeSize (QuickCheck.maxSize args) (QuickCheck.maxSuccess args)
  		, State.numSuccessTests = 0
  		, State.numDiscardedTests = 0
@@ -17,6 +17,7 @@
 +		, State.tables = mempty
 +		, State.requiredCoverage = mempty
 +		, State.expected = True
++		, State.coverageConfidence = Nothing
 +#else
  		, State.collected = []
  		, State.expectedFailure = False
@@ -24,7 +25,7 @@
  
  #if MIN_VERSION_QuickCheck(2,7,0)
  		, State.randomSeed = QCRandom.mkQCGen seed
-@@ -77,12 +84,16 @@ property name prop = Chell.test name $ \opts -> do
+@@ -77,12 +85,16 @@ property name prop = Chell.test name $ \opts -> do
  #endif
  		}
  	



More information about the arch-commits mailing list