[Git][haskell-team/DHG_packages][master] attoparsec: Patch for newer ghc-prim

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Jan 7 04:03:07 GMT 2026



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
6f52c2ae by Scott Talbert at 2026-01-06T22:59:47-05:00
attoparsec: Patch for newer ghc-prim

- - - - -


3 changed files:

- p/haskell-attoparsec/debian/changelog
- p/haskell-attoparsec/debian/patches/newer-deps
- p/haskell-attoparsec/debian/patches/remove-internal-library


Changes:

=====================================
p/haskell-attoparsec/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-attoparsec (0.14.4-6) unstable; urgency=medium
+
+  * Patch for newer ghc-prim
+
+ -- Scott Talbert <swt at techie.net>  Tue, 06 Jan 2026 22:44:47 -0500
+
 haskell-attoparsec (0.14.4-5) unstable; urgency=medium
 
   [ Scott Talbert ]


=====================================
p/haskell-attoparsec/debian/patches/newer-deps
=====================================
@@ -70,7 +70,7 @@
                   transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.7,
                   text >= 1.1.1.3,
 -                 ghc-prim <0.9,
-+                 ghc-prim < 0.11,
++                 ghc-prim < 0.14,
                   attoparsec-internal
    if impl(ghc < 7.4)
      build-depends:


=====================================
p/haskell-attoparsec/debian/patches/remove-internal-library
=====================================
@@ -34,9 +34,9 @@ Index: b/attoparsec.cabal
                   scientific >= 0.3.1 && < 0.4,
                   transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.7,
                   text >= 1.1.1.3,
--                 ghc-prim < 0.11,
+-                 ghc-prim < 0.14,
 -                 attoparsec-internal
-+                 ghc-prim < 0.11
++                 ghc-prim < 0.14
    if impl(ghc < 7.4)
      build-depends:
        bytestring < 0.10.4.0



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6f52c2aed60f1be95a2b792de4d75c1a437e8967
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/8650d47c/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list