[Git][haskell-team/DHG_packages][master] universe-base: Upgrading from 1.1.1 to 1.1.3
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Jun 22 15:13:52 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
b30db99d by Clint Adams at 2022-06-22T10:11:50-04:00
universe-base: Upgrading from 1.1.1 to 1.1.3
- - - - -
5 changed files:
- p/haskell-universe-base/debian/changelog
- p/haskell-universe-base/debian/control
- − p/haskell-universe-base/debian/patches/newer-deps
- − p/haskell-universe-base/debian/patches/series
- p/haskell-universe-base/debian/rules
Changes:
=====================================
p/haskell-universe-base/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-universe-base (1.1.3-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Wed, 22 Jun 2022 10:08:08 -0400
+
haskell-universe-base (1.1.1-2) unstable; urgency=medium
* Patch for newer base.
=====================================
p/haskell-universe-base/debian/control
=====================================
@@ -5,17 +5,22 @@ Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
+ haskell-devscripts (>= 0.13),
cdbs,
debhelper (>= 10),
ghc (>= 8),
ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-tagged-dev (>= 0.8.4),
+ libghc-onetuple-dev (>= 0.3),
+ libghc-onetuple-dev (<< 0.4),
+ libghc-onetuple-prof,
+ libghc-tagged-dev (>= 0.8.6.1),
libghc-tagged-dev (<< 0.9),
libghc-tagged-prof,
+ libghc-quickcheck2-dev (>= 2.8.2) <!nocheck>,
Build-Depends-Indep: ghc-doc,
+ libghc-onetuple-doc,
libghc-tagged-doc,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
Homepage: https://github.com/dmwit/universe
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-universe-base
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-universe-base]
=====================================
p/haskell-universe-base/debian/patches/newer-deps deleted
=====================================
@@ -1,11 +0,0 @@
---- a/universe-base.cabal
-+++ b/universe-base.cabal
-@@ -57,7 +57,7 @@
- TypeFamilies
-
- build-depends:
-- base >=4.3 && <4.13
-+ base >=4.3 && <4.15
- , containers >=0.4.0.0 && <0.7
- , tagged >=0.8.4 && <0.9
- , transformers >=0.3.0.0 && <0.6
=====================================
p/haskell-universe-base/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-universe-base/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-# DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b30db99db7c4a15dea57b3b894a64fab7f463d8b
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b30db99db7c4a15dea57b3b894a64fab7f463d8b
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/20220622/de6753c4/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list