[Git][haskell-team/DHG_packages][master] text-builder: Upgrading from 0.6.7.2 to 1.0.0.4
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Feb 6 14:39:01 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
85b7704b by Clint Adams at 2026-02-06T09:35:27-05:00
text-builder: Upgrading from 0.6.7.2 to 1.0.0.4
- - - - -
3 changed files:
- p/haskell-text-builder/debian/changelog
- p/haskell-text-builder/debian/control
- p/haskell-text-builder/debian/rules
Changes:
=====================================
p/haskell-text-builder/debian/changelog
=====================================
@@ -1,8 +1,13 @@
-haskell-text-builder (0.6.7.2-2) UNRELEASED; urgency=medium
+haskell-text-builder (1.0.0.4-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:48 -0500
+ [ Clint Adams ]
+ * New upstream version.
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Fri, 06 Feb 2026 09:30:58 -0500
haskell-text-builder (0.6.7.2-1) unstable; urgency=medium
=====================================
p/haskell-text-builder/debian/control
=====================================
@@ -9,33 +9,22 @@ Build-Depends: debhelper-compat (= 13),
dh-sequence-haskell,
ghc,
ghc-prof,
- libghc-text-builder-dev-dev (>= 0.3.4.1),
- libghc-text-builder-dev-dev (<< 0.4),
- libghc-text-builder-dev-prof (>= 0.3),
- libghc-text-builder-dev-prof (<< 0.4),
- libghc-quickcheck2-dev (>= 2.13),
- libghc-quickcheck2-dev (<< 3),
- libghc-quickcheck2-prof (>= 2.13),
- libghc-quickcheck2-prof (<< 3),
- libghc-quickcheck-instances-dev (>= 0.3.22),
- libghc-quickcheck-instances-dev (<< 0.4),
- libghc-quickcheck-instances-prof (>= 0.3.22),
- libghc-quickcheck-instances-prof (<< 0.4),
- libghc-tasty-dev (>= 1.2.3),
- libghc-tasty-dev (<< 2),
- libghc-tasty-prof (>= 1.2.3),
- libghc-tasty-prof (<< 2),
- libghc-tasty-hunit-dev (>= 0.10.0.2),
- libghc-tasty-hunit-dev (<< 0.11),
- libghc-tasty-hunit-prof (>= 0.10.0.2),
- libghc-tasty-hunit-prof (<< 0.11),
- libghc-tasty-quickcheck-dev (>= 0.10.1),
- libghc-tasty-quickcheck-dev (<< 0.11),
- libghc-tasty-quickcheck-prof (>= 0.10.1),
- libghc-tasty-quickcheck-prof (<< 0.11),
+ libghc-text-builder-core-dev (>= 0.1.1.1),
+ libghc-text-builder-core-dev (<< 0.2),
+ libghc-text-builder-core-prof,
+ libghc-quickcheck2-dev (>= 2.14) <!nocheck>,
+ libghc-quickcheck2-dev (<< 3) <!nocheck>,
+ libghc-quickcheck-classes-dev (>= 0.6.5) <!nocheck>,
+ libghc-quickcheck-classes-dev (<< 0.7) <!nocheck>,
+ libghc-quickcheck-instances-dev (>= 0.3.32) <!nocheck>,
+ libghc-quickcheck-instances-dev (<< 0.4) <!nocheck>,
+ libghc-tasty-dev (>= 1.5.3) <!nocheck>,
+ libghc-tasty-dev (<< 2) <!nocheck>,
+ libghc-tasty-quickcheck-dev (>= 0.11.1) <!nocheck>,
+ libghc-tasty-quickcheck-dev (<< 0.12) <!nocheck>,
Build-Depends-Indep: ghc-doc,
- libghc-text-builder-dev-doc,
-Standards-Version: 4.7.0
+ libghc-text-builder-core-doc,
+Standards-Version: 4.7.3
Homepage: https://github.com/nikita-volkov/text-builder
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-text-builder
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-text-builder]
=====================================
p/haskell-text-builder/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DEB_ENABLE_TESTS = no # rerebase
+export DEB_ENABLE_TESTS = yes
%:
dh $@
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/85b7704bd39f90f70ca957590c2845279357587c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/85b7704bd39f90f70ca957590c2845279357587c
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/20260206/095ca626/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list