Commit 0a74c57b authored by Clint Adams's avatar Clint Adams
Browse files

store: patch for no criterion in testsuite and newer smallcheck

parent 361b76f0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-store (0.4.3.2-4) unstable; urgency=medium

  * Patch to not require criterion in testsuite.
  * Patch for newer smallcheck.

 -- Clint Adams <clint@debian.org>  Fri, 20 Apr 2018 14:27:39 -0400

haskell-store (0.4.3.2-3) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+0 −1
Original line number Diff line number Diff line
@@ -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,
+11 −0
Original line number Diff line number Diff line
--- 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)
+10 −0
Original line number Diff line number Diff line
--- a/store.cabal
+++ b/store.cabal
@@ -204,7 +204,6 @@
     , contravariant >=1.3
     , store
     , weigh
-    , criterion
     , cereal
     , cereal-vector
     , vector-binary-instances
+2 −0
Original line number Diff line number Diff line
no--N.diff
no-criterion-in-testsuite
newer-smallcheck