[Git][haskell-team/DHG_packages][master] integer-logarithms: patch for newer tasty

Clint Adams (@clint) gitlab at salsa.debian.org
Thu Jun 16 20:45:01 BST 2022



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


Commits:
28a7a3c3 by Clint Adams at 2022-06-16T15:44:22-04:00
integer-logarithms: patch for newer tasty

- - - - -


4 changed files:

- p/haskell-integer-logarithms/debian/changelog
- p/haskell-integer-logarithms/debian/control
- + p/haskell-integer-logarithms/debian/patches/newer-deps
- + p/haskell-integer-logarithms/debian/patches/series


Changes:

=====================================
p/haskell-integer-logarithms/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-integer-logarithms (1.0.3.1-2) unstable; urgency=medium
+
+  * Patch for newer tasty.
+
+ -- Clint Adams <clint at debian.org>  Thu, 16 Jun 2022 15:44:08 -0400
+
 haskell-integer-logarithms (1.0.3.1-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-integer-logarithms/debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
  libghc-smallcheck-dev (<< 1.3),
  libghc-smallcheck-prof,
  libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 1.4),
+ libghc-tasty-dev (<< 1.5),
  libghc-tasty-prof,
  libghc-tasty-hunit-dev (>= 0.9) <!nocheck>,
  libghc-tasty-hunit-dev (<< 0.11) <!nocheck>,


=====================================
p/haskell-integer-logarithms/debian/patches/newer-deps
=====================================
@@ -0,0 +1,31 @@
+--- a/integer-logarithms.cabal
++++ b/integer-logarithms.cabal
+@@ -56,8 +56,8 @@ library
+   hs-source-dirs:   src
+   build-depends:
+       array     >=0.3 && <0.6
+-    , base      >=4.3 && <4.16
+-    , ghc-prim  >=0   && <0.8
++    , base      >=4.3 && <4.17
++    , ghc-prim  >=0   && <0.9
+ 
+   if !impl(ghc >=7.10)
+     build-depends: nats >=1.1.2 && <1.2
+@@ -65,7 +65,7 @@ library
+   if impl(ghc >=9.0)
+     build-depends:
+         base        >=4.15
+-      , ghc-bignum  >=1.0  && <1.1
++      , ghc-bignum  >=1.0  && <1.3
+ 
+     if !flag(integer-gmp)
+       build-depends: invalid-cabal-flag-settings <0
+@@ -118,7 +118,7 @@ test-suite spec
+     , integer-logarithms
+     , QuickCheck          >=2.14.1 && <2.15
+     , smallcheck          >=1.2    && <1.3
+-    , tasty               >=0.10   && <1.4
++    , tasty               >=0.10   && <1.5
+     , tasty-hunit         >=0.9    && <0.11
+     , tasty-quickcheck    >=0.8    && <0.11
+     , tasty-smallcheck    >=0.8    && <0.9


=====================================
p/haskell-integer-logarithms/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/28a7a3c38b10e7f710ce95d088f73714672dc707
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/20220616/8f683803/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list