[Git][haskell-team/DHG_packages][master] hackage-security: Upgrading from 0.6.0.1 to 0.6.2.1

Clint Adams (@clint) gitlab at salsa.debian.org
Sun Jul 24 20:37:42 BST 2022



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


Commits:
0bc55312 by Clint Adams at 2022-07-24T15:37:16-04:00
hackage-security: Upgrading from 0.6.0.1 to 0.6.2.1

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-hackage-security/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-hackage-security (0.6.0.1-3) UNRELEASED; urgency=medium
+haskell-hackage-security (0.6.2.1-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:27 +0300
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sun, 24 Jul 2022 15:30:37 -0400
 
 haskell-hackage-security (0.6.0.1-2) unstable; urgency=medium
 


=====================================
p/haskell-hackage-security/debian/control
=====================================
@@ -6,16 +6,16 @@ Priority: optional
 Section: haskell
 Rules-Requires-Root: no
 Build-Depends:
+ haskell-devscripts (>= 0.13),
  cdbs,
  debhelper (>= 10),
  ghc (>= 8.4.3),
  ghc-prof,
- haskell-devscripts (>= 0.13),
  libghc-base16-bytestring-dev (>= 0.1.1),
- libghc-base16-bytestring-dev (<< 0.2),
+ libghc-base16-bytestring-dev (<< 1.1),
  libghc-base16-bytestring-prof,
- libghc-base64-bytestring-dev (<< 1.1),
  libghc-base64-bytestring-dev (>= 1.0),
+ libghc-base64-bytestring-dev (<< 1.3),
  libghc-base64-bytestring-prof,
  libghc-cryptohash-sha256-dev (>= 0.11),
  libghc-cryptohash-sha256-dev (<< 0.12),
@@ -25,26 +25,40 @@ Build-Depends:
  libghc-ed25519-prof,
  libghc-network-dev,
  libghc-network-prof,
- libghc-network-uri-dev,
+ libghc-network-uri-dev (>= 2.6),
+ libghc-network-uri-dev (<< 2.7),
  libghc-network-uri-prof,
- libghc-tar-dev,
+ libghc-tar-dev (>= 0.5),
+ libghc-tar-dev (<< 0.6),
  libghc-tar-prof,
+ libghc-zlib-dev (>= 0.5),
+ libghc-zlib-dev (<< 0.7),
+ libghc-zlib-prof,
+ libghc-quickcheck2-dev (>= 2.11),
+ libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-prof,
+ libghc-aeson-dev,
+ libghc-aeson-prof,
+ libghc-tasty-dev (>= 1.2),
+ libghc-tasty-dev (<< 1.5),
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev (>= 0.10),
+ libghc-tasty-hunit-dev (<< 0.11),
+ libghc-tasty-hunit-prof,
+ libghc-tasty-quickcheck-dev (>= 0.10),
+ libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-prof,
+ libghc-temporary-dev (>= 1.2),
+ libghc-temporary-dev (<< 1.4),
+ libghc-temporary-prof,
+ libghc-unordered-containers-dev (>= 0.2.8.0),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
+ libghc-vector-dev (>= 0.12),
+ libghc-vector-dev (<< 0.13),
+ libghc-vector-prof,
  libghc-zlib-dev,
  libghc-zlib-prof,
- libghc-quickcheck2-dev (>= 2.11) <!nocheck>,
- libghc-quickcheck2-dev (<< 2.14) <!nocheck>,
- libghc-aeson-dev (>= 1.4) <!nocheck>,
- libghc-aeson-dev (<< 1.5) <!nocheck>,
- libghc-tasty-dev (>= 1.2) <!nocheck>,
- libghc-tasty-dev (<< 1.3) <!nocheck>,
- libghc-tasty-hunit-dev (>= 0.10) <!nocheck>,
- libghc-tasty-quickcheck-dev (>= 0.9) <!nocheck>,
- libghc-temporary-dev (>= 1.2) <!nocheck>,
- libghc-temporary-dev (<< 1.4) <!nocheck>,
- libghc-unordered-containers-dev (>= 0.2.8.0) <!nocheck>,
- libghc-unordered-containers-dev (<< 0.3) <!nocheck>,
- libghc-vector-dev (>= 0.12) <!nocheck>,
- libghc-vector-dev (<< 0.13) <!nocheck>,
 Build-Depends-Indep: ghc-doc,
  libghc-base16-bytestring-doc,
  libghc-base64-bytestring-doc,


=====================================
p/haskell-hackage-security/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/hackage-security.cabal
++++ b/hackage-security.cabal
+@@ -115,7 +115,7 @@ library
+                        Hackage.Security.Util.TypedEmbedded
+                        MyPrelude
+   -- We support ghc 7.4 (bundled with Cabal 1.14) and up
+-  build-depends:       base              >= 4.5     && < 4.16,
++  build-depends:       base              >= 4.5     && < 4.17,
+                        base16-bytestring >= 0.1.1   && < 1.1,
+                        base64-bytestring >= 1.0     && < 1.3,
+                        bytestring        >= 0.9     && < 0.12,


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0bc5531294b322e732d855920817ac492e7bb451
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/20220724/9cc73334/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list