[Git][haskell-team/DHG_packages][master] async: Patch for newer dependencies

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Mon Sep 4 16:41:53 BST 2023



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


Commits:
49426506 by Ilias Tsitsimpis at 2023-09-04T18:39:33+03:00
async: Patch for newer dependencies

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-async/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-async (2.2.4-4) unstable; urgency=medium
+
+  * Patch for newer dependencies
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 04 Sep 2023 18:38:41 +0300
+
 haskell-async (2.2.4-3) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-async/debian/control
=====================================
@@ -7,10 +7,10 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.13),
  cdbs,
- ghc (>= 9),
+ ghc (>= 9.4),
  ghc-prof,
  libghc-hashable-dev (>= 1.1.2.0),
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (<< 1.5),
  libghc-hashable-prof,
  libghc-hunit-dev,
  libghc-test-framework-dev,


=====================================
p/haskell-async/debian/patches/newer-deps
=====================================
@@ -0,0 +1,47 @@
+Index: b/async.cabal
+===================================================================
+--- a/async.cabal
++++ b/async.cabal
+@@ -1,6 +1,7 @@
+ name:                async
+ version:             2.2.4
+ -- don't forget to update ./changelog.md!
++x-revision:          3
+ synopsis:            Run IO operations asynchronously and wait for their results
+ 
+ description:
+@@ -35,9 +36,11 @@ cabal-version:       >=1.10
+ homepage:            https://github.com/simonmar/async
+ bug-reports:         https://github.com/simonmar/async/issues
+ tested-with:
+-    GHC == 9.2.0.20210821
+-    GHC == 9.0.1
+-    GHC == 8.10.4
++    GHC == 9.6.1
++    GHC == 9.4.4
++    GHC == 9.2.7
++    GHC == 9.0.2
++    GHC == 8.10.7
+     GHC == 8.8.4
+     GHC == 8.6.5
+     GHC == 8.4.4
+@@ -64,8 +67,8 @@ library
+     if impl(ghc>=7.1)
+         other-extensions: Trustworthy
+     exposed-modules:     Control.Concurrent.Async
+-    build-depends:       base     >= 4.3     && < 4.17,
+-                         hashable >= 1.1.2.0 && < 1.4,
++    build-depends:       base     >= 4.3     && < 4.19,
++                         hashable >= 1.1.2.0 && < 1.5,
+                          stm      >= 2.2     && < 2.6
+ 
+ test-suite test-async
+@@ -73,7 +76,7 @@ test-suite test-async
+     type:       exitcode-stdio-1.0
+     hs-source-dirs: test
+     main-is:    test-async.hs
+-    build-depends: base >= 4.3 && < 4.17,
++    build-depends: base,
+                    async,
+                    stm,
+                    test-framework,


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/494265063b541bc69ee45984f851ce4c4199e002
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/20230904/9ecbc2ed/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list