[Git][haskell-team/DHG_packages][master] 3 commits: cassava-megaparsec: Upgrading from 2.0.4 to 2.1.1
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Wed Jan 28 18:01:12 GMT 2026
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
23451d1b by Ilias Tsitsimpis at 2026-01-28T19:31:40+02:00
cassava-megaparsec: Upgrading from 2.0.4 to 2.1.1
- - - - -
c8755181 by Ilias Tsitsimpis at 2026-01-28T19:46:27+02:00
doctest-parallel: Upgrading from 0.3.1.1 to 0.4
- - - - -
e50f8ac0 by Ilias Tsitsimpis at 2026-01-28T19:56:30+02:00
ghc-lib-parser-ex: Upgrading from 9.6.0.2 to 9.12.0.0
- - - - -
9 changed files:
- p/haskell-cassava-megaparsec/debian/changelog
- − p/haskell-cassava-megaparsec/debian/patches/newer-deps
- − p/haskell-cassava-megaparsec/debian/patches/series
- p/haskell-doctest-parallel/debian/changelog
- p/haskell-doctest-parallel/debian/control
- p/haskell-doctest-parallel/debian/patches/dont-build-spectests-modules
- p/haskell-ghc-lib-parser-ex/debian/changelog
- p/haskell-ghc-lib-parser-ex/debian/control
- p/haskell-ghc-lib-parser-ex/debian/patches/no-rts-n
Changes:
=====================================
p/haskell-cassava-megaparsec/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-cassava-megaparsec (2.0.4-5) UNRELEASED; urgency=medium
+haskell-cassava-megaparsec (2.1.1-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:03 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 19:31:16 +0200
haskell-cassava-megaparsec (2.0.4-4) unstable; urgency=medium
=====================================
p/haskell-cassava-megaparsec/debian/patches/newer-deps deleted
=====================================
@@ -1,40 +0,0 @@
-Index: b/cassava-megaparsec.cabal
-===================================================================
---- a/cassava-megaparsec.cabal
-+++ b/cassava-megaparsec.cabal
-@@ -1,7 +1,16 @@
- name: cassava-megaparsec
- version: 2.0.4
-+x-revision: 1
- cabal-version: 1.18
--tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1
-+tested-with:
-+ GHC == 9.4.4
-+ GHC == 9.2.5
-+ GHC == 9.0.2
-+ GHC == 8.10.7
-+ GHC == 8.8.4
-+ GHC == 8.6.5
-+ GHC == 8.4.4
-+ GHC == 8.2.2
- license: MIT
- license-file: LICENSE.md
- author: Mark Karpov <markkarpov92 at gmail.org>
-@@ -30,7 +39,7 @@ library
- , cassava >= 0.4.2 && < 0.6
- , megaparsec >= 7.0 && < 10.0
- , unordered-containers >= 0.2.7 && < 0.3
-- , vector >= 0.11 && < 0.13
-+ , vector >= 0.11 && < 0.14
- exposed-modules: Data.Csv.Parser.Megaparsec
- , Data.Csv.Parser.Megaparsec.Internals
- if flag(dev)
-@@ -55,7 +64,7 @@ test-suite tests
- , cassava-megaparsec
- , hspec >= 2.0 && < 3.0
- , hspec-megaparsec >= 2.0 && < 3.0
-- , vector >= 0.11 && < 0.13
-+ , vector >= 0.11 && < 0.14
- if flag(dev)
- ghc-options: -Wall -Werror
- else
=====================================
p/haskell-cassava-megaparsec/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-doctest-parallel/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-doctest-parallel (0.3.1.1-2) UNRELEASED; urgency=medium
+haskell-doctest-parallel (0.4-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:12 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release (Closes: #1126205)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 19:46:25 +0200
haskell-doctest-parallel (0.3.1.1-1) unstable; urgency=medium
=====================================
p/haskell-doctest-parallel/debian/control
=====================================
@@ -14,6 +14,8 @@ Build-Depends: debhelper-compat (= 13),
libghc-base-compat-prof,
libghc-code-page-dev (>= 0.1),
libghc-code-page-prof,
+ libghc-ghc-exactprint-dev,
+ libghc-ghc-exactprint-prof,
libghc-ghc-paths-dev (>= 0.1.0.9),
libghc-ghc-paths-prof,
libghc-random-dev (>= 1.2),
@@ -43,6 +45,7 @@ Build-Depends-Indep: ghc-doc,
libghc-glob-doc,
libghc-base-compat-doc,
libghc-code-page-doc,
+ libghc-ghc-exactprint-doc,
libghc-ghc-paths-doc,
libghc-random-doc,
libghc-syb-doc,
=====================================
p/haskell-doctest-parallel/debian/patches/dont-build-spectests-modules
=====================================
@@ -2,7 +2,7 @@ Index: b/doctest-parallel.cabal
===================================================================
--- a/doctest-parallel.cabal
+++ b/doctest-parallel.cabal
-@@ -122,6 +122,7 @@ test-suite doctests
+@@ -120,6 +120,7 @@ test-suite doctests
library spectests-modules
=====================================
p/haskell-ghc-lib-parser-ex/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-ghc-lib-parser-ex (9.6.0.2-2) UNRELEASED; urgency=medium
+haskell-ghc-lib-parser-ex (9.12.0.0-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:35 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 19:47:00 +0200
haskell-ghc-lib-parser-ex (9.6.0.2-1) unstable; urgency=medium
=====================================
p/haskell-ghc-lib-parser-ex/debian/control
=====================================
@@ -8,18 +8,19 @@ Build-Depends: debhelper-compat (= 13),
dh-sequence-haskell,
ghc,
ghc-prof,
- libghc-ghc-lib-parser-dev (>= 9.6),
- libghc-ghc-lib-parser-dev (<< 9.7),
+ libghc-ghc-lib-parser-dev (>= 9.12),
+ libghc-ghc-lib-parser-dev (<< 9.13),
libghc-ghc-lib-parser-prof,
libghc-uniplate-dev (>= 1.5),
libghc-uniplate-prof,
- libghc-extra-dev (>= 1.6),
- libghc-extra-prof,
libghc-tasty-dev (>= 1.2),
libghc-tasty-prof (>= 1.2),
libghc-tasty-hunit-dev (>= 0.10.0),
libghc-tasty-hunit-prof,
libghc-uniplate-dev (>= 1.6.12),
+ libghc-extra-dev (>= 1.6),
+ libghc-extra-prof,
+ libghc-uniplate-dev (>= 1.6.12),
Build-Depends-Indep: ghc-doc,
libghc-ghc-lib-parser-doc,
libghc-uniplate-doc,
=====================================
p/haskell-ghc-lib-parser-ex/debian/patches/no-rts-n
=====================================
@@ -2,12 +2,12 @@ Index: b/ghc-lib-parser-ex.cabal
===================================================================
--- a/ghc-lib-parser-ex.cabal
+++ b/ghc-lib-parser-ex.cabal
-@@ -93,7 +93,7 @@ test-suite ghc-lib-parser-ex-test
- test
- include-dirs:
- cbits
+@@ -101,7 +101,7 @@ common test
+ test-suite ghc-lib-parser-ex-test
+ import: test
+ type: exitcode-stdio-1.0
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
-+ ghc-options: -threaded -rtsopts
- build-depends:
- base >=4.7 && <5
- , tasty >= 1.2
++ ghc-options: -threaded
+ main-is: Test.hs
+ hs-source-dirs: test
+
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/55661f4dfe0366ca834c8a20bcf1657060f10ec3...e50f8ac098826accb2faf54e463599ade6abac5e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/55661f4dfe0366ca834c8a20bcf1657060f10ec3...e50f8ac098826accb2faf54e463599ade6abac5e
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/20260128/fbd9aa40/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list