[Git][haskell-team/DHG_packages][master] cryptol: patch for newer base-compat
Clint Adams
gitlab at salsa.debian.org
Sat Nov 10 02:08:55 GMT 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
7e77ff00 by Clint Adams at 2018-11-10T02:08:11Z
cryptol: patch for newer base-compat
- - - - -
4 changed files:
- p/haskell-cryptol/debian/changelog
- p/haskell-cryptol/debian/control
- + p/haskell-cryptol/debian/patches/newer-deps
- + p/haskell-cryptol/debian/patches/series
Changes:
=====================================
p/haskell-cryptol/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cryptol (2.6.0-3) unstable; urgency=medium
+
+ * Patch for newer base-compat.
+
+ -- Clint Adams <clint at debian.org> Fri, 09 Nov 2018 20:05:45 -0600
+
haskell-cryptol (2.6.0-2) unstable; urgency=medium
* Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
=====================================
p/haskell-cryptol/debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends:
libghc-graphscc-dev (>= 1.0.4),
libghc-graphscc-prof,
libghc-base-compat-dev (>= 0.6),
- libghc-base-compat-dev (<< 0.10),
+ libghc-base-compat-dev (<< 0.11),
libghc-base-compat-prof,
libghc-gitrev-dev (>= 1.0),
libghc-gitrev-prof,
=====================================
p/haskell-cryptol/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/cryptol.cabal
++++ b/cryptol.cabal
+@@ -43,7 +43,7 @@ library
+ Default-language:
+ Haskell2010
+ Build-depends: base >= 4.8 && < 5,
+- base-compat >= 0.6 && < 0.10,
++ base-compat >= 0.6 && < 0.11,
+ bytestring >= 0.10,
+ array >= 0.4,
+ containers >= 0.5,
=====================================
p/haskell-cryptol/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7e77ff00b10bdc51b3aa1b85beb0bdd296d56e62
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7e77ff00b10bdc51b3aa1b85beb0bdd296d56e62
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/20181110/b12ac1e7/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list