[Git][haskell-team/DHG_packages][master] argon2: patch for newer base

Clint Adams (@clint) gitlab at salsa.debian.org
Tue Sep 5 23:08:28 BST 2023



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


Commits:
be166bcb by Clint Adams at 2023-09-05T18:08:02-04:00
argon2: patch for newer base

- - - - -


2 changed files:

- p/haskell-argon2/debian/changelog
- p/haskell-argon2/debian/patches/newer-deps


Changes:

=====================================
p/haskell-argon2/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-argon2 (1.3.0.1-10) unstable; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Tue, 05 Sep 2023 18:06:33 -0400
+
 haskell-argon2 (1.3.0.1-9) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-argon2/debian/patches/newer-deps
=====================================
@@ -1,5 +1,3 @@
-Index: b/argon2.cabal
-===================================================================
 --- a/argon2.cabal
 +++ b/argon2.cabal
 @@ -1,6 +1,7 @@
@@ -16,7 +14,7 @@ Index: b/argon2.cabal
  
 -  build-depends:       base         >= 4.8   && < 4.12
 -                     , bytestring   == 0.10.*
-+  build-depends:       base         >= 4.8      && < 4.17
++  build-depends:       base         >= 4.8      && < 4.18
 +                     , bytestring   >= 0.10.0.0 && < 0.12.0.0
                       , deepseq      == 1.4.*
 -                     , text-short   >= 0.1.2 && < 0.2



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/be166bcb6611ff7bf4b765701ca348dbd1b6ca17
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/20230905/93033273/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list