[Git][haskell-team/DHG_packages][master] hasktags: Patch for newer dependencies

Ilias Tsitsimpis gitlab at salsa.debian.org
Tue Sep 1 11:52:04 BST 2020



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
ccf56f4c by Ilias Tsitsimpis at 2020-09-01T13:50:03+03:00
hasktags: Patch for newer dependencies

- - - - -


4 changed files:

- p/hasktags/debian/changelog
- p/hasktags/debian/control
- + p/hasktags/debian/patches/newer-deps
- + p/hasktags/debian/patches/series


Changes:

=====================================
p/hasktags/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+hasktags (0.71.2-2) unstable; urgency=medium
+
+  * Patch for newer dependencies (Closes: #967107)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 01 Sep 2020 13:49:53 +0300
+
 hasktags (0.71.2-1) unstable; urgency=medium
 
   * Bump debhelper compat level to 10


=====================================
p/hasktags/debian/control
=====================================
@@ -10,10 +10,10 @@ Build-Depends:
  debhelper (>= 10),
  ghc (>= 8),
  haskell-devscripts (>= 0.13),
- libghc-json-dev (<< 0.10),
+ libghc-json-dev (<< 0.11),
  libghc-json-prof,
  libghc-microlens-platform-dev (>= 0.3.8.0),
- libghc-microlens-platform-dev (<< 0.4),
+ libghc-microlens-platform-dev (<< 0.5),
  libghc-microlens-platform-prof,
  libghc-utf8-string-dev,
  libghc-utf8-string-prof,
@@ -23,7 +23,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-json-doc,
  libghc-microlens-platform-doc,
  libghc-utf8-string-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: https://github.com/MarcWeber/hasktags
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/hasktags
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/hasktags]


=====================================
p/hasktags/debian/patches/newer-deps
=====================================
@@ -0,0 +1,22 @@
+Index: b/hasktags.cabal
+===================================================================
+--- a/hasktags.cabal
++++ b/hasktags.cabal
+@@ -1,5 +1,6 @@
+ Name: hasktags
+ Version: 0.71.2
++x-revision: 2
+ Copyright: The University Court of the University of Glasgow
+ License: BSD3
+ License-File: LICENSE
+@@ -66,8 +67,8 @@ library
+     bytestring >= 0.9 && < 0.11,
+     directory >= 1.2.6 && < 1.4,
+     filepath,
+-    json >= 0.5 && < 0.10,
+-    microlens-platform >= 0.3.8.0 && < 0.4
++    json >= 0.5 && < 0.11,
++    microlens-platform >= 0.3.8.0 && < 0.5
+ 
+ Executable hasktags
+     Main-Is: src/Main.hs


=====================================
p/hasktags/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ccf56f4ca68c18959029d0cb943485c181bd1861
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/20200901/87a1c5bf/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list