[Git][haskell-team/DHG_packages][master] lens: Patch for newer deps

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Jul 24 09:38:50 BST 2022



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


Commits:
209741c0 by Ilias Tsitsimpis at 2022-07-24T11:35:40+03:00
lens: Patch for newer deps

- - - - -


5 changed files:

- p/haskell-lens/debian/changelog
- p/haskell-lens/debian/control
- p/haskell-lens/debian/patches/fudge-doctest-nonascii.diff
- + p/haskell-lens/debian/patches/newer-deps
- p/haskell-lens/debian/patches/series


Changes:

=====================================
p/haskell-lens/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-lens (5.0.1-2) UNRELEASED; urgency=medium
+haskell-lens (5.0.1-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * Patch for newer dependencies
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:40 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 24 Jul 2022 11:35:37 +0300
 
 haskell-lens (5.0.1-1) unstable; urgency=medium
 


=====================================
p/haskell-lens/debian/control
=====================================
@@ -23,7 +23,7 @@ Build-Depends:
  libghc-bifunctors-dev (>= 5),
  libghc-bifunctors-prof,
  libghc-call-stack-dev (>= 0.1),
- libghc-call-stack-dev (<< 0.4),
+ libghc-call-stack-dev (<< 0.5),
  libghc-call-stack-prof,
  libghc-comonad-dev (>= 5.0.7),
  libghc-comonad-dev (<< 6),
@@ -42,7 +42,7 @@ Build-Depends:
  libghc-free-dev (<< 6),
  libghc-free-prof,
  libghc-hashable-dev (>= 1.1.2.3),
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (<< 1.5),
  libghc-hashable-prof,
  libghc-hunit-dev (>= 1.2),
  libghc-indexed-traversable-dev (>= 0.1),


=====================================
p/haskell-lens/debian/patches/fudge-doctest-nonascii.diff
=====================================
@@ -1,3 +1,5 @@
+Index: b/src/Data/Complex/Lens.hs
+===================================================================
 --- a/src/Data/Complex/Lens.hs
 +++ b/src/Data/Complex/Lens.hs
 @@ -43,7 +43,7 @@ import Data.Complex


=====================================
p/haskell-lens/debian/patches/newer-deps
=====================================
@@ -0,0 +1,39 @@
+Index: b/lens.cabal
+===================================================================
+--- a/lens.cabal
++++ b/lens.cabal
+@@ -1,6 +1,7 @@
+ name:          lens
+ category:      Data, Lenses, Generics
+ version:       5.0.1
++x-revision: 3
+ license:       BSD2
+ cabal-version: 1.18
+ license-file:  LICENSE
+@@ -177,7 +178,7 @@ library
+     base-orphans                  >= 0.5.2    && < 1,
+     bifunctors                    >= 5.1      && < 6,
+     bytestring                    >= 0.10.4.0 && < 0.12,
+-    call-stack                    >= 0.1      && < 0.4,
++    call-stack                    >= 0.1      && < 0.5,
+     comonad                       >= 5.0.7    && < 6,
+     containers                    >= 0.5.5.1  && < 0.7,
+     contravariant                 >= 1.3      && < 2,
+@@ -186,7 +187,7 @@ library
+     filepath                      >= 1.2.0.0  && < 1.5,
+     free                          >= 5.1.5    && < 6,
+     ghc-prim,
+-    hashable                      >= 1.1.2.3  && < 1.4,
++    hashable                      >= 1.1.2.3  && < 1.5,
+     indexed-traversable           >= 0.1      && < 0.2,
+     indexed-traversable-instances >= 0.1      && < 0.2,
+     kan-extensions                >= 5        && < 6,
+@@ -426,7 +427,7 @@ benchmark plated
+   default-language: Haskell2010
+   build-depends:
+     base,
+-    base-compat >=0.11.0 && <0.12,
++    base-compat >=0.11.0 && <0.13,
+     comonad,
+     criterion,
+     deepseq,


=====================================
p/haskell-lens/debian/patches/series
=====================================
@@ -1 +1,2 @@
 fudge-doctest-nonascii.diff
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/209741c0b429ee354c9046d42d0be25de4163cc3
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/3c1a9021/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list