[Git][haskell-team/DHG_packages][master] argon2: Patch for newer deps
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sat Jul 23 10:16:54 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
82a4d8bb by Ilias Tsitsimpis at 2022-07-23T12:15:23+03:00
argon2: Patch for newer deps
- - - - -
2 changed files:
- p/haskell-argon2/debian/changelog
- p/haskell-argon2/debian/patches/newer-deps
Changes:
=====================================
p/haskell-argon2/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-argon2 (1.3.0.1-8) UNRELEASED; urgency=medium
+haskell-argon2 (1.3.0.1-8) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * Patch for newer dependencies (Closes: #1015876)
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:01 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 23 Jul 2022 12:14:36 +0300
haskell-argon2 (1.3.0.1-7) unstable; urgency=medium
=====================================
p/haskell-argon2/debian/patches/newer-deps
=====================================
@@ -6,16 +6,21 @@ Index: b/argon2.cabal
cabal-version: 1.22
name: argon2
version: 1.3.0.1
-+x-revision: 2
++x-revision: 3
synopsis: Memory-hard password hash and proof-of-work function
description:
-@@ -66,7 +67,7 @@ library
+@@ -66,10 +67,10 @@ library
exposed-modules: Crypto.Argon2.FFI
Crypto.Argon2
- build-depends: base >= 4.8 && < 4.12
-+ build-depends: base >= 4.8 && < 4.14
- , bytestring == 0.10.*
+- , bytestring == 0.10.*
++ build-depends: base >= 4.8 && < 4.17
++ , bytestring >= 0.10.0.0 && < 0.12.0.0
, deepseq == 1.4.*
- , text-short >= 0.1.2 && < 0.2
+- , text-short >= 0.1.2 && < 0.2
++ , text-short >= 0.1.2 && < 0.2
+
+ hs-source-dirs: src
+
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/82a4d8bb14fb3110cb5a428b614f16b24924d681
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/82a4d8bb14fb3110cb5a428b614f16b24924d681
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/20220723/a23464e1/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list