[Git][haskell-team/DHG_packages][master] stack: patch for newer smallcheck

Clint Adams gitlab at salsa.debian.org
Sat Nov 10 14:55:52 GMT 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
7f34d6ce by Clint Adams at 2018-11-10T14:53:12Z
stack: patch for newer smallcheck

- - - - -


3 changed files:

- p/haskell-stack/debian/changelog
- + p/haskell-stack/debian/patches/newer-smallcheck
- p/haskell-stack/debian/patches/series


Changes:

=====================================
p/haskell-stack/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-stack (1.7.1-3) unstable; urgency=medium
+
+  * Patch for newer smallcheck.
+
+ -- Clint Adams <clint at debian.org>  Sat, 10 Nov 2018 08:17:14 -0600
+
 haskell-stack (1.7.1-2) unstable; urgency=medium
 
   * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)


=====================================
p/haskell-stack/debian/patches/newer-smallcheck
=====================================
@@ -0,0 +1,15 @@
+--- a/src/test/Stack/StoreSpec.hs
++++ b/src/test/Stack/StoreSpec.hs
+@@ -51,12 +51,6 @@ addMinAndMaxBounds xs =
+     (if (minBound :: a) `notElem` xs then [minBound] else []) ++
+     (if (maxBound :: a) `notElem` xs && (maxBound :: a) /= minBound then maxBound : xs else xs)
+ 
+-$(do let ns = [ ''Int64, ''Word64, ''Word8
+-              ]
+-         f n = [d| instance Monad m => Serial m $(conT n) where
+-                      series = generate (\_ -> addMinAndMaxBounds [0, 1]) |]
+-     concat <$> mapM f ns)
+-
+ $(do let tys = [ ''InstalledCacheInner
+                -- FIXME , ''PackageCache
+                -- FIXME , ''LoadedSnapshot


=====================================
p/haskell-stack/debian/patches/series
=====================================
@@ -1 +1,2 @@
 remove-mintty.patch
+newer-smallcheck



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7f34d6ce18b140ace21d38ac3a240385820fa9c1

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7f34d6ce18b140ace21d38ac3a240385820fa9c1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181110/dadce451/attachment.html>


More information about the Pkg-haskell-commits mailing list