[Git][haskell-team/DHG_packages][master] generic-lens: patch for newer text

Clint Adams (@clint) gitlab at salsa.debian.org
Wed Jan 7 00:21:10 GMT 2026



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


Commits:
eaad1caf by Clint Adams at 2026-01-06T19:20:32-05:00
generic-lens: patch for newer text

- - - - -


3 changed files:

- p/haskell-generic-lens/debian/changelog
- + p/haskell-generic-lens/debian/patches/newer-deps
- + p/haskell-generic-lens/debian/patches/series


Changes:

=====================================
p/haskell-generic-lens/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-generic-lens (2.2.2.0-4) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Tue, 06 Jan 2026 19:18:52 -0500
+
 haskell-generic-lens (2.2.2.0-3) unstable; urgency=medium
 
   [ Scott Talbert ]


=====================================
p/haskell-generic-lens/debian/patches/newer-deps
=====================================
@@ -0,0 +1,67 @@
+--- a/generic-lens.cabal
++++ b/generic-lens.cabal
+@@ -1,5 +1,7 @@
++cabal-version:        >= 1.10
+ name:                 generic-lens
+ version:              2.2.2.0
++x-revision:           1
+ synopsis:             Generically derive traversals, lenses and prisms.
+ description:          This library uses GHC.Generics to derive efficient optics (traversals, lenses and prisms) for algebraic data types in a type-directed way, with a focus on good type inference and error messages when possible.
+                       .
+@@ -13,8 +15,18 @@ author:               Csongor Kiss
+ maintainer:           kiss.csongor.kiss at gmail.com
+ category:             Generics, Records, Lens
+ build-type:           Simple
+-cabal-version:        >= 1.10
+-Tested-With:          GHC == 8.4.1, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.3, GHC == 9.0.1, GHC == 9.2.1
++
++tested-with:
++  GHC == 9.8.1
++  GHC == 9.6.3
++  GHC == 9.4.8
++  GHC == 9.2.8
++  GHC == 9.0.2
++  GHC == 8.10.7
++  GHC == 8.8.4
++  GHC == 8.6.5
++  GHC == 8.4.4
++
+ 
+ extra-source-files:   examples/StarWars.hs
+                     , examples/Examples.hs
+@@ -47,7 +59,7 @@ library
+   build-depends:      base        >= 4.11 && < 5
+                     , generic-lens-core == 2.2.1.0
+                     , profunctors
+-                    , text        >= 1.2 && < 1.3 || >= 2.0 && < 2.1
++                    , text        >= 1.2 && < 1.3 || >= 2.0 && < 2.2
+ 
+   hs-source-dirs:     src
+   default-language:   Haskell2010
+@@ -59,7 +71,7 @@ test-suite inspection-tests
+   main-is:            Spec.hs
+   other-modules:      Util Test24 Test88 Test25 Test40 Test62 Test63 CustomChildren
+ 
+-  build-depends:      base          >= 4.11 && <= 5.0
++  build-depends:      base
+                     , generic-lens
+                     , lens
+                     , profunctors
+@@ -74,7 +86,7 @@ test-suite generic-lens-bifunctor
+   hs-source-dirs:     test
+   main-is:            Bifunctor.hs
+ 
+-  build-depends:      base          >= 4.11 && <= 5.0
++  build-depends:      base
+                     , generic-lens
+                     , lens
+                     , HUnit
+@@ -87,7 +99,7 @@ test-suite generic-lens-syb-tree
+   hs-source-dirs:     test/syb
+   main-is:            Tree.hs
+ 
+-  build-depends:      base          >= 4.11 && <= 5.0
++  build-depends:      base
+                     , generic-lens
+                     , lens
+                     , profunctors


=====================================
p/haskell-generic-lens/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/eaad1cafef1fed01e987feb91ea84e14ff2aee12
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/20260107/aeab1641/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list