[Git][haskell-team/DHG_packages][master] store: patch for no criterion in testsuite and newer smallcheck
Clint Adams
gitlab at salsa.debian.org
Fri Apr 20 19:52:03 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
0a74c57b by Clint Adams at 2018-04-20T14:51:14-04:00
store: patch for no criterion in testsuite and newer smallcheck
- - - - -
5 changed files:
- p/haskell-store/debian/changelog
- p/haskell-store/debian/control
- + p/haskell-store/debian/patches/newer-smallcheck
- + p/haskell-store/debian/patches/no-criterion-in-testsuite
- p/haskell-store/debian/patches/series
Changes:
=====================================
p/haskell-store/debian/changelog
=====================================
--- a/p/haskell-store/debian/changelog
+++ b/p/haskell-store/debian/changelog
@@ -1,3 +1,10 @@
+haskell-store (0.4.3.2-4) unstable; urgency=medium
+
+ * Patch to not require criterion in testsuite.
+ * Patch for newer smallcheck.
+
+ -- Clint Adams <clint at debian.org> Fri, 20 Apr 2018 14:27:39 -0400
+
haskell-store (0.4.3.2-3) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-store/debian/control
=====================================
--- a/p/haskell-store/debian/control
+++ b/p/haskell-store/debian/control
@@ -73,7 +73,6 @@ Build-Depends: debhelper (>= 9),
libghc-void-prof,
libghc-cereal-dev,
libghc-cereal-vector-dev,
- libghc-criterion-dev,
libghc-vector-binary-instances-dev,
libghc-weigh-dev,
Build-Depends-Indep: ghc-doc,
=====================================
p/haskell-store/debian/patches/newer-smallcheck
=====================================
--- /dev/null
+++ b/p/haskell-store/debian/patches/newer-smallcheck
@@ -0,0 +1,11 @@
+--- a/test/Data/StoreSpec.hs
++++ b/test/Data/StoreSpec.hs
+@@ -91,7 +91,7 @@
+ , ''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
+ , ''PortNumber
+ #if MIN_VERSION_base(4,10,0)
=====================================
p/haskell-store/debian/patches/no-criterion-in-testsuite
=====================================
--- /dev/null
+++ b/p/haskell-store/debian/patches/no-criterion-in-testsuite
@@ -0,0 +1,10 @@
+--- a/store.cabal
++++ b/store.cabal
+@@ -204,7 +204,6 @@
+ , contravariant >=1.3
+ , store
+ , weigh
+- , criterion
+ , cereal
+ , cereal-vector
+ , vector-binary-instances
=====================================
p/haskell-store/debian/patches/series
=====================================
--- a/p/haskell-store/debian/patches/series
+++ b/p/haskell-store/debian/patches/series
@@ -1 +1,3 @@
no--N.diff
+no-criterion-in-testsuite
+newer-smallcheck
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0a74c57bbd136009361af3fd60a256b940656658
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0a74c57bbd136009361af3fd60a256b940656658
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/20180420/db235f40/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list