[Git][haskell-team/DHG_packages][master] these: patch for newer deps
Clint Adams
gitlab at salsa.debian.org
Thu Jun 18 22:47:54 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
c268681a by Clint Adams at 2020-06-18T17:47:00-04:00
these: patch for newer deps
- - - - -
4 changed files:
- p/haskell-these/debian/changelog
- p/haskell-these/debian/control
- + p/haskell-these/debian/patches/newer-deps
- + p/haskell-these/debian/patches/series
Changes:
=====================================
p/haskell-these/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-these (1.0.1-2) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Thu, 18 Jun 2020 17:46:37 -0400
+
haskell-these (1.0.1-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-these/debian/control
=====================================
@@ -12,16 +12,16 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.15),
libghc-quickcheck2-dev (>= 2.12.6.1),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
libghc-quickcheck2-prof,
libghc-aeson-dev (>= 1.4.2.0),
- libghc-aeson-dev (<< 1.5),
+ libghc-aeson-dev (<< 1.6),
libghc-aeson-prof,
libghc-assoc-dev (>= 1),
libghc-assoc-dev (<< 1.1),
libghc-assoc-prof,
libghc-base-compat-dev (>= 0.10.5),
- libghc-base-compat-dev (<< 0.11),
+ libghc-base-compat-dev (<< 0.12),
libghc-base-compat-prof,
libghc-hashable-dev (>= 1.2.7.0),
libghc-hashable-dev (<< 1.4),
=====================================
p/haskell-these/debian/patches/newer-deps
=====================================
@@ -0,0 +1,33 @@
+--- a/these.cabal
++++ b/these.cabal
+@@ -72,13 +72,13 @@
+
+ -- ghc boot libs
+ build-depends:
+- base >=4.5.1.0 && <4.13
++ base >=4.5.1.0 && <5
+ , binary >=0.5.1.0 && <0.10
+ , deepseq >=1.3.0.0 && <1.5
+
+ -- other dependencies
+ build-depends:
+- base-compat >=0.10.5 && <0.11
++ base-compat >=0.10.5 && <0.12
+ , hashable >=1.2.7.0 && <1.4
+
+ if impl(ghc <7.5)
+@@ -99,7 +99,7 @@
+
+ if flag(aeson)
+ build-depends:
+- aeson >=1.4.2.0 && <1.5
++ aeson >=1.4.2.0 && <1.6
+ , unordered-containers >=0.2.8.0 && <0.3
+
+ if flag(assoc)
+@@ -109,4 +109,4 @@
+ build-depends: semigroupoids >=5.3.2 && <5.4
+
+ if flag(quickcheck)
+- build-depends: QuickCheck >=2.12.6.1 && <2.14
++ build-depends: QuickCheck >=2.12.6.1 && <2.15
=====================================
p/haskell-these/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c268681a39c726edaa76d9c3875af020e73d7388
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c268681a39c726edaa76d9c3875af020e73d7388
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/20200618/e15b4b45/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list