[Git][haskell-team/DHG_packages][master] 2 commits: Update newer-smallcheck patch for even newer smallcheck

Sven Bartscher gitlab at salsa.debian.org
Sat Aug 4 13:09:01 BST 2018


Sven Bartscher pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
b701e575 by Sven Bartscher at 2018-08-04T11:46:41Z
Update newer-smallcheck patch for even newer smallcheck

- - - - -
e7292263 by Sven Bartscher at 2018-08-04T11:49:18Z
Finalize changelog for haskell-store 0.4.3.2-5

- - - - -


2 changed files:

- p/haskell-store/debian/changelog
- p/haskell-store/debian/patches/newer-smallcheck


Changes:

=====================================
p/haskell-store/debian/changelog
=====================================
--- a/p/haskell-store/debian/changelog
+++ b/p/haskell-store/debian/changelog
@@ -1,8 +1,12 @@
-haskell-store (0.4.3.2-5) UNRELEASED; urgency=medium
+haskell-store (0.4.3.2-5) unstable; urgency=medium
 
+  [ Clint Adams ]
   * Set Rules-Requires-Root to no.
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:10:37 -0400
+  [ Sven Bartscher ]
+  * Patch for newer smallcheck
+
+ -- Sven Bartscher <kritzefitz at debian.org>  Sat, 04 Aug 2018 13:48:23 +0200
 
 haskell-store (0.4.3.2-4) unstable; urgency=medium
 


=====================================
p/haskell-store/debian/patches/newer-smallcheck
=====================================
--- a/p/haskell-store/debian/patches/newer-smallcheck
+++ b/p/haskell-store/debian/patches/newer-smallcheck
@@ -1,11 +1,30 @@
 --- a/test/Data/StoreSpec.hs
 +++ b/test/Data/StoreSpec.hs
-@@ -91,7 +91,7 @@
+@@ -91,8 +91,6 @@
                , ''CUIntMax, ''CPtrdiff, ''CSChar, ''CShort, ''CUInt, ''CLLong
                , ''CLong, ''CInt, ''CChar, ''CSsize, ''CPid
                , ''COff, ''CMode, ''CIno, ''CDev
 -              , ''Word8, ''Word16, ''Word32, ''Word64, ''Word
-+              , ''Word8, ''Word16, ''Word32, ''Word64
-               , ''Int8, ''Int16, ''Int32, ''Int64
+-              , ''Int8, ''Int16, ''Int32, ''Int64
                , ''PortNumber
  #if MIN_VERSION_base(4,10,0)
+               , ''CBool, ''CClockId, ''CKey, ''CId
+@@ -283,14 +281,18 @@
+              omitTys <- sequence
+                  [ [t| PV.Vector Addr |]
+                  , [t| CUIntPtr |]
++                 , [t| PV.Vector CUIntPtr |]
+                  , [t| CIntPtr |]
++                 , [t| PV.Vector CIntPtr |]
+                  , [t| IntPtr |]
+                  , [t| WordPtr |]
+                  , [t| TypeHash |]
+                  , [t| Fd |]
++                 , [t| PV.Vector Fd |]
+                  , [t| NameFlavour |]
+ #if MIN_VERSION_base(4,10,0)
+                  , [t| CTimer |]
++                 , [t| PV.Vector CTimer |]
+ #endif
+                  ]
+              let f ty = isMonoType ty && ty `notElem` omitTys



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/7f7e9bf2e422eec167b074d2b39503473bf6d706...e72922634bf7d6062ff32468104a474957cc4ebc

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/7f7e9bf2e422eec167b074d2b39503473bf6d706...e72922634bf7d6062ff32468104a474957cc4ebc
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/20180804/c709f205/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list