[Git][haskell-team/DHG_packages][master] lens: Upgrading from 5.0.1 to 5.2.3
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Sep 19 02:30:43 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
2ad0057c by Clint Adams at 2023-09-18T21:30:05-04:00
lens: Upgrading from 5.0.1 to 5.2.3
- - - - -
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,12 @@
-haskell-lens (5.0.1-3) UNRELEASED; urgency=medium
+haskell-lens (5.2.3-1) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.2
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:11 +0300
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Mon, 18 Sep 2023 21:25:18 -0400
haskell-lens (5.0.1-2) unstable; urgency=medium
=====================================
p/haskell-lens/debian/control
=====================================
@@ -12,13 +12,13 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-assoc-dev (>= 1.0.2),
- libghc-assoc-dev (<< 1.1),
+ libghc-assoc-dev (<< 1.2),
libghc-assoc-prof,
libghc-base-orphans-dev (>= 0.5.2),
libghc-base-orphans-dev (<< 1),
libghc-base-orphans-dev (>= 0.3),
libghc-base-orphans-prof,
- libghc-bifunctors-dev (>= 5.1),
+ libghc-bifunctors-dev (>= 5.5.7),
libghc-bifunctors-dev (<< 6),
libghc-bifunctors-dev (>= 5),
libghc-bifunctors-prof,
@@ -29,11 +29,11 @@ Build-Depends:
libghc-comonad-dev (<< 6),
libghc-comonad-dev (>= 4),
libghc-comonad-prof,
+ libghc-contravariant-dev (>= 1.4),
libghc-contravariant-dev (<< 2),
- libghc-contravariant-dev (>= 1.3),
libghc-contravariant-prof,
+ libghc-distributive-dev (>= 0.5.1),
libghc-distributive-dev (<< 1),
- libghc-distributive-dev (>= 0.3),
libghc-distributive-prof,
libghc-exceptions-dev (<< 1),
libghc-exceptions-dev (>= 0.1.1),
@@ -41,7 +41,7 @@ Build-Depends:
libghc-free-dev (>= 5.1.5),
libghc-free-dev (<< 6),
libghc-free-prof,
- libghc-hashable-dev (>= 1.1.2.3),
+ libghc-hashable-dev (>= 1.2.7.0),
libghc-hashable-dev (<< 1.5),
libghc-hashable-prof,
libghc-hunit-dev (>= 1.2),
@@ -54,42 +54,41 @@ Build-Depends:
libghc-kan-extensions-dev (>= 5),
libghc-kan-extensions-dev (<< 6),
libghc-kan-extensions-prof,
+ libghc-parallel-dev (>= 3.2.1.0),
libghc-parallel-dev (<< 3.3),
- libghc-parallel-dev (>= 3.1.0.1),
libghc-parallel-prof,
libghc-profunctors-dev (>= 5.5.2),
libghc-profunctors-dev (<< 6),
- libghc-profunctors-dev (>= 5),
libghc-profunctors-prof,
libghc-quickcheck2-dev (>= 2.4),
libghc-reflection-dev (<< 3),
libghc-reflection-dev (>= 2.1),
libghc-reflection-prof,
- libghc-semigroupoids-dev (<< 6),
- libghc-semigroupoids-dev (>= 5),
+ libghc-semigroupoids-dev (>= 5.0.1),
+ libghc-semigroupoids-dev (<< 7),
libghc-semigroupoids-prof,
libghc-strict-dev (>= 0.4),
- libghc-strict-dev (<< 0.5),
+ libghc-strict-dev (<< 0.6),
libghc-strict-prof,
- libghc-tagged-dev (>= 0.4.4),
+ libghc-tagged-dev (>= 0.8.6),
libghc-tagged-dev (<< 1),
libghc-tagged-dev (>= 0.4.4),
libghc-tagged-prof,
libghc-th-abstraction-dev (>= 0.4.1),
- libghc-th-abstraction-dev (<< 0.5),
+ libghc-th-abstraction-dev (<< 0.7),
libghc-th-abstraction-prof,
libghc-these-dev (>= 1.1.1.1),
- libghc-these-dev (<< 1.2),
+ libghc-these-dev (<< 1.3),
libghc-these-prof,
- libghc-transformers-compat-dev (>= 0.4),
+ libghc-transformers-compat-dev (>= 0.5.0.4),
libghc-transformers-compat-dev (<< 1),
libghc-transformers-compat-dev (>= 0.4),
libghc-transformers-compat-prof,
libghc-unordered-containers-dev (>= 0.2.10),
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-prof,
- libghc-vector-dev (>= 0.9),
- libghc-vector-dev (<< 0.13),
+ libghc-vector-dev (>= 0.12.1.2),
+ libghc-vector-dev (<< 0.14),
libghc-vector-prof,
libghc-hunit-dev (>= 1.2),
libghc-hunit-prof,
=====================================
p/haskell-lens/debian/patches/fudge-doctest-nonascii.diff
=====================================
@@ -1,8 +1,6 @@
-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
+@@ -39,7 +39,7 @@ import Data.Complex
-- >>> import Control.Lens
-- >>> import Data.Complex
-- >>> import Debug.SimpleReflect
@@ -11,7 +9,7 @@ Index: b/src/Data/Complex/Lens.hs
-- | Access the 'realPart' of a 'Complex' number.
--
-@@ -117,7 +117,7 @@ _magnitude f c = setMag <$> f r
+@@ -115,7 +115,7 @@ _magnitude f c = setMag <$> f r
-- | Access the 'phase' of a 'Complex' number.
--
@@ -19,8 +17,8 @@ Index: b/src/Data/Complex/Lens.hs
+-- >>> (mkPolar 10 (2-pi) & _phase +~ pi & view _phase) ~~ 2
-- True
--
- -- This isn't /quite/ a legal 'Lens'. Notably the
-@@ -139,7 +139,7 @@ _phase f c = setPhase <$> f theta
+ -- This isn't /quite/ a legal t'Lens'. Notably the
+@@ -137,7 +137,7 @@ _phase f c = setPhase <$> f theta
-- >>> (2.0 :+ 3.0) & _conjugate . _imagPart -~ 1
-- 2.0 :+ 4.0
--
=====================================
p/haskell-lens/debian/patches/newer-deps deleted
=====================================
@@ -1,39 +0,0 @@
-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,2 +1 @@
fudge-doctest-nonascii.diff
-newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2ad0057c4d51b61aae0913ee19bff88838282492
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2ad0057c4d51b61aae0913ee19bff88838282492
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/20230919/7e0eaf74/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list