[Git][haskell-team/DHG_packages][master] data-clist: Upgrading from 0.1.2.3 to 0.2
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jun 17 03:46:24 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
6b747d7b by Clint Adams at 2022-06-16T22:45:56-04:00
data-clist: Upgrading from 0.1.2.3 to 0.2
- - - - -
5 changed files:
- p/haskell-data-clist/debian/changelog
- p/haskell-data-clist/debian/control
- + p/haskell-data-clist/debian/patches/newer-deps
- + p/haskell-data-clist/debian/patches/series
- p/haskell-data-clist/debian/rules
Changes:
=====================================
p/haskell-data-clist/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-data-clist (0.2-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Thu, 16 Jun 2022 22:40:45 -0400
+
haskell-data-clist (0.1.2.3-1) unstable; urgency=medium
[ Gianfranco Costamagna ]
=====================================
p/haskell-data-clist/debian/control
=====================================
@@ -9,12 +9,10 @@ Build-Depends: debhelper (>= 10),
cdbs,
ghc,
ghc-prof,
- libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.14),
- libghc-quickcheck2-prof,
+ libghc-quickcheck2-dev (>= 2.4) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.15) <!nocheck>,
Build-Depends-Indep: ghc-doc,
- libghc-quickcheck2-doc,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
Homepage: https://github.com/sw17ch/data-clist
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-data-clist
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-data-clist]
=====================================
p/haskell-data-clist/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/data-clist.cabal
++++ b/data-clist.cabal
+@@ -36,7 +36,7 @@ Test-Suite tests
+ Type: exitcode-stdio-1.0
+ Build-Depends: base >=4.11 && < 5
+ , data-clist
+- , QuickCheck >= 2.4 && < 2.15
++ , QuickCheck >= 2.4 && < 2.16
+ hs-source-dirs: tests/
+ main-is: quickcheck.hs
+
=====================================
p/haskell-data-clist/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-data-clist/debian/rules
=====================================
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+DEB_ENABLE_TESTS = yes
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = data-clist
DEB_DEFAULT_COMPILER = ghc
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6b747d7b753770f1b341870a57d24d57a82aa581
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6b747d7b753770f1b341870a57d24d57a82aa581
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/20220617/37ae50bb/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list