[Git][haskell-team/DHG_packages][master] split: patch for newer base
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Jun 20 16:54:37 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1f5d3c4c by Clint Adams at 2022-06-20T11:54:30-04:00
split: patch for newer base
- - - - -
5 changed files:
- p/haskell-split/debian/changelog
- p/haskell-split/debian/control
- + p/haskell-split/debian/patches/newer-deps
- + p/haskell-split/debian/patches/series
- p/haskell-split/debian/rules
Changes:
=====================================
p/haskell-split/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-split (0.2.3.4-3) unstable; urgency=medium
+
+ * Patch for newer base.
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Mon, 20 Jun 2022 11:46:21 -0400
+
haskell-split (0.2.3.4-2) unstable; urgency=medium
* Sourceful upload for GHC 9.
=====================================
p/haskell-split/debian/control
=====================================
@@ -10,6 +10,7 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
+ libghc-quickcheck2-dev (>= 1.24) <!nocheck>,
Build-Depends-Indep: ghc-doc
Standards-Version: 4.6.1
Homepage: https://hackage.haskell.org/package/split
=====================================
p/haskell-split/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/split.cabal
++++ b/split.cabal
+@@ -51,7 +51,7 @@ Source-repository head
+
+ Library
+ ghc-options: -Wall
+- build-depends: base < 4.15
++ build-depends: base < 5
+ exposed-modules: Data.List.Split, Data.List.Split.Internals
+ default-language: Haskell2010
+ Hs-source-dirs: src
=====================================
p/haskell-split/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-split/debian/rules
=====================================
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+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/1f5d3c4cfab737bef1045a2188203a7db8ebf0ba
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1f5d3c4cfab737bef1045a2188203a7db8ebf0ba
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/20220620/6bec08df/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list