[Git][haskell-team/DHG_packages][master] haskell-hackage-security: patch for newer dependencies

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Aug 30 13:03:47 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
24a48d76 by Gianfranco Costamagna at 2019-08-30T12:03:31Z
haskell-hackage-security: patch for newer dependencies

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-hackage-security/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hackage-security (0.5.3.0-9) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 30 Aug 2019 14:02:12 +0200
+
 haskell-hackage-security (0.5.3.0-8) unstable; urgency=medium
 
   * Remove build dependency on libghc-parsec3-dev (provided by ghc-


=====================================
p/haskell-hackage-security/debian/control
=====================================
@@ -24,7 +24,7 @@ Build-Depends:
  libghc-ed25519-dev (>= 0.0),
  libghc-ed25519-prof,
  libghc-hunit-dev <!nocheck>,
- libghc-network-dev (<< 2.7),
+ libghc-network-dev (<< 2.9),
  libghc-network-dev (>= 2.6),
  libghc-network-prof,
  libghc-network-uri-dev (<< 2.7),


=====================================
p/haskell-hackage-security/debian/patches/newer-deps2
=====================================
@@ -0,0 +1,27 @@
+--- haskell-hackage-security-0.5.3.0.orig/hackage-security.cabal
++++ haskell-hackage-security-0.5.3.0/hackage-security.cabal
+@@ -98,12 +98,12 @@ library
+                        Hackage.Security.Util.TypedEmbedded
+                        Prelude
+   -- We support ghc 7.4 (bundled with Cabal 1.14) and up
+-  build-depends:       base              >= 4.5     && < 4.12,
++  build-depends:       base              >= 4.5     && < 4.13,
+                        base16-bytestring >= 0.1.1   && < 0.2,
+                        base64-bytestring >= 1.0     && < 1.1,
+                        bytestring        >= 0.9     && < 0.11,
+-                       Cabal             >= 1.14    && < 2.4,
+-                       containers        >= 0.4     && < 0.6,
++                       Cabal             >= 1.14    && < 2.5,
++                       containers        >= 0.4     && < 0.7,
+                        ed25519           >= 0.0     && < 0.1,
+                        filepath          >= 1.2     && < 1.5,
+                        mtl               >= 2.2     && < 2.3,
+@@ -200,7 +200,7 @@ library
+   -- dependency in network is not redundant.)
+   if flag(use-network-uri)
+     build-depends: network-uri >= 2.6 && < 2.7,
+-                   network     >= 2.6 && < 2.7
++                   network     >= 2.6 && < 2.9
+   else
+     build-depends: network     >= 2.5 && < 2.6
+ 


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/24a48d76b5a791dba8fae167d624207683b47353
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/20190830/e5f33812/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list