[Git][haskell-team/DHG_packages][master] hackage-security: patch out flags

Clint Adams (@clint) gitlab at salsa.debian.org
Wed Jul 27 17:36:41 BST 2022



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


Commits:
063227b6 by Clint Adams at 2022-07-27T12:36:10-04:00
hackage-security: patch out flags

- - - - -


2 changed files:

- p/haskell-hackage-security/debian/changelog
- p/haskell-hackage-security/debian/patches/newer-deps


Changes:

=====================================
p/haskell-hackage-security/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hackage-security (0.6.2.1-2) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Wed, 27 Jul 2022 12:28:07 -0400
+
 haskell-hackage-security (0.6.2.1-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-hackage-security/debian/patches/newer-deps
=====================================
@@ -9,3 +9,49 @@
                         base16-bytestring >= 0.1.1   && < 1.1,
                         base64-bytestring >= 1.0     && < 1.3,
                         bytestring        >= 0.9     && < 0.12,
+@@ -132,6 +132,10 @@ library
+                        time              >= 1.2     && < 1.13,
+                        transformers      >= 0.3     && < 0.6,
+                        zlib              >= 0.5     && < 0.7,
++                       network-uri >= 2.6 && < 2.7,
++                       network     >= 2.6 && < 2.9
++                                || >= 3.0 && < 3.2
++
+                        -- whatever versions are bundled with ghc:
+                        ghc-prim
+   if flag(old-directory)
+@@ -156,8 +160,7 @@ library
+   else
+     build-depends: Cabal        >= 1.14    && < 1.26
+                              || >= 2.0     && < 2.6
+-                             || >= 3.0     && < 3.7,
+-                   Cabal-syntax <  3.7
++                             || >= 3.0     && < 3.7
+ 
+   hs-source-dirs:      src
+   default-language:    Haskell2010
+@@ -195,11 +198,6 @@ library
+ 
+   ghc-options:         -Wall
+ 
+-  if flag(base48)
+-    build-depends: base >= 4.8
+-  else
+-    build-depends: base < 4.8, old-locale == 1.0.*
+-
+   -- The URI type got split out off the network package after version 2.5, and
+   -- moved to a separate network-uri package. Since we don't need the rest of
+   -- network here, it would suffice to rely only on network-uri:
+@@ -232,12 +230,6 @@ library
+   -- network in the other branch forces the choice to be consistent throughout.
+   -- (Note that the HTTP library does the same thing, though in this case the
+   -- dependency in network is not redundant.)
+-  if flag(use-network-uri)
+-    build-depends: network-uri >= 2.6 && < 2.7,
+-                   network     >= 2.6 && < 2.9
+-                            || >= 3.0 && < 3.2
+-  else
+-    build-depends: network     >= 2.5 && < 2.6
+ 
+   if impl(ghc >= 7.8)
+      other-extensions: RoleAnnotations



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/063227b6915f9dc4c9f9f455a6e8371f912c0fb4
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/20220727/d83be42b/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list