[Git][haskell-team/DHG_packages][master] multistate: Patch for newer deps

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Fri Dec 1 16:17:00 GMT 2023



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
26437608 by Ilias Tsitsimpis at 2023-12-01T18:15:22+02:00
multistate: Patch for newer deps

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-multistate/debian/changelog
=====================================
@@ -1,9 +1,9 @@
-haskell-multistate (0.8.0.4-2) UNRELEASED; urgency=medium
+haskell-multistate (0.8.0.4-2) unstable; urgency=medium
 
-  * Declare compliance with Debian policy 4.6.1
   * Declare compliance with Debian policy 4.6.2
+  * Patch for newer build dependencies (Closes: #1054950, #1054497)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:47 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 01 Dec 2023 18:15:15 +0200
 
 haskell-multistate (0.8.0.4-1) unstable; urgency=medium
 


=====================================
p/haskell-multistate/debian/control
=====================================
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 10),
  libghc-transformers-base-dev (<< 0.5),
  libghc-transformers-base-prof (<< 0.5),
  libghc-hspec-dev (>= 2),
- libghc-hspec-dev (<< 2.9),
+ libghc-hspec-dev (<< 2.12),
  libghc-hspec-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-monad-control-doc,


=====================================
p/haskell-multistate/debian/patches/newer-deps
=====================================
@@ -0,0 +1,50 @@
+Index: b/multistate.cabal
+===================================================================
+--- a/multistate.cabal
++++ b/multistate.cabal
+@@ -1,5 +1,6 @@
+ Name:          multistate
+ Version:       0.8.0.4
++x-revision: 1
+ Cabal-Version: >= 1.10
+ Build-Type:    Simple
+ license:       BSD3
+@@ -68,9 +69,9 @@ library {
+   other-modules:
+     Control.Monad.Trans.MultiGST.Common
+   build-depends:
+-    base         >= 4.11  && <4.17,
+-    mtl          >= 2.1   && <2.3,
+-    transformers >= 0.3   && <0.6,
++    base         >= 4.11  && <4.20,
++    mtl          >= 2.1   && <2.4,
++    transformers >= 0.3   && <0.7,
+     tagged       >= 0.7   && <0.9,
+     transformers-base <0.5,
+     monad-control >= 1.0  && <1.1
+@@ -102,9 +103,9 @@ test-suite multistate-test {
+     -- no version constraints necessary, because they are already
+     -- given by library
+     multistate,
+-    base <999,
+-    transformers <0.6,
+-    hspec >=2 && <2.9
++    base,
++    transformers,
++    hspec >=2 && <2.12
+   ghc-options:      -Wall
+   main-is:          Test.hs
+   hs-source-dirs:   test
+@@ -119,9 +120,9 @@ executable multistate-example {
+       -- no version constraints necessary, because they are already
+       -- given by library
+       multistate,
+-      base <999,
+-      mtl <2.3,
+-      transformers <0.6
++      base,
++      mtl,
++      transformers
+   } else {
+     buildable: False
+   }


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/26437608cfa767c2e1e7b8dd5ebe011d128ba75b
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/20231201/1155ae18/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list