[Git][haskell-team/DHG_packages][master] typed-process: Upgrading from 0.2.6.0 to 0.2.10.1
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Jun 14 21:00:12 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
04c62918 by Clint Adams at 2022-06-14T15:50:15-04:00
typed-process: Upgrading from 0.2.6.0 to 0.2.10.1
- - - - -
3 changed files:
- p/haskell-typed-process/debian/changelog
- p/haskell-typed-process/debian/control
- p/haskell-typed-process/debian/patches/no--N
Changes:
=====================================
p/haskell-typed-process/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-typed-process (0.2.10.1-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Tue, 14 Jun 2022 15:49:23 -0400
+
haskell-typed-process (0.2.6.0-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-typed-process/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10),
cdbs,
ghc (>= 8.4.3),
ghc-prof,
- libghc-async-dev,
+ libghc-async-dev (>= 2.0),
libghc-async-prof,
libghc-unliftio-core-dev,
libghc-unliftio-core-prof,
@@ -19,8 +19,8 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
libghc-async-doc,
libghc-unliftio-core-doc,
-Standards-Version: 4.1.4
-Homepage: https://haskell-lang.org/library/typed-process
+Standards-Version: 4.6.1
+Homepage: https://github.com/fpco/typed-process
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-typed-process
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-typed-process]
X-Description: run external processes, with strong typing of streams
=====================================
p/haskell-typed-process/debian/patches/no--N
=====================================
@@ -1,5 +1,3 @@
-Index: b/typed-process.cabal
-===================================================================
--- a/typed-process.cabal
+++ b/typed-process.cabal
@@ -52,7 +52,7 @@ test-suite typed-process-test
@@ -9,5 +7,5 @@ Index: b/typed-process.cabal
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ ghc-options: -threaded -rtsopts
build-depends:
- async
- , base >=4.8 && <5
+ async >=2.0
+ , base >=4.12 && <5
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/04c62918c09aa53290035873e17bea0f0344f76a
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/04c62918c09aa53290035873e17bea0f0344f76a
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/20220614/2378f2a2/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list