[Git][haskell-team/DHG_packages][master] trifecta: patch for newer ansi-terminal and doctest
Clint Adams
gitlab at salsa.debian.org
Sat Apr 14 19:43:57 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
25d54f1e by Clint Adams at 2018-04-14T14:43:21-04:00
trifecta: patch for newer ansi-terminal and doctest
- - - - -
4 changed files:
- p/haskell-trifecta/debian/changelog
- p/haskell-trifecta/debian/control
- + p/haskell-trifecta/debian/patches/newer-deps
- + p/haskell-trifecta/debian/patches/series
Changes:
=====================================
p/haskell-trifecta/debian/changelog
=====================================
--- a/p/haskell-trifecta/debian/changelog
+++ b/p/haskell-trifecta/debian/changelog
@@ -1,3 +1,9 @@
+haskell-trifecta (1.7.1.1-2) unstable; urgency=medium
+
+ * Patch for newer ansi-terminal and doctest.
+
+ -- Clint Adams <clint at debian.org> Sat, 14 Apr 2018 14:43:06 -0400
+
haskell-trifecta (1.7.1.1-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-trifecta/debian/control
=====================================
--- a/p/haskell-trifecta/debian/control
+++ b/p/haskell-trifecta/debian/control
@@ -10,8 +10,8 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-ansi-terminal-dev (<< 0.7),
libghc-ansi-terminal-dev (>= 0.6),
+ libghc-ansi-terminal-dev (<< 0.9),
libghc-ansi-terminal-prof,
libghc-ansi-wl-pprint-dev (<< 0.7),
libghc-ansi-wl-pprint-dev (>= 0.6.6),
@@ -31,7 +31,6 @@ Build-Depends:
libghc-comonad-dev (<< 6),
libghc-comonad-dev (>= 4),
libghc-comonad-prof,
- libghc-doctest-dev (>= 0.9.1),
libghc-fingertree-dev (<< 0.2),
libghc-fingertree-dev (>= 0.1),
libghc-fingertree-prof,
@@ -66,7 +65,7 @@ Build-Depends:
libghc-utf8-string-prof,
libghc-quickcheck2-dev,
libghc-doctest-dev (>= 0.11.1),
- libghc-doctest-dev (<< 0.14),
+ libghc-doctest-dev (<< 0.16),
libghc-parsers-dev,
Build-Depends-Indep: ghc-doc,
libghc-ansi-terminal-doc,
=====================================
p/haskell-trifecta/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-trifecta/debian/patches/newer-deps
@@ -0,0 +1,20 @@
+--- a/trifecta.cabal
++++ b/trifecta.cabal
+@@ -54,7 +54,7 @@
+
+ build-depends:
+ ansi-wl-pprint >= 0.6.6 && < 0.7,
+- ansi-terminal >= 0.6 && < 0.7,
++ ansi-terminal >= 0.6 && < 0.9,
+ array >= 0.3.0.2 && < 0.6,
+ base >= 4.4 && < 5,
+ blaze-builder >= 0.3.0.1 && < 0.5,
+@@ -96,7 +96,7 @@
+ default-language: Haskell2010
+ build-depends:
+ base,
+- doctest >= 0.11.1 && < 0.14,
++ doctest >= 0.11.1 && < 0.16,
+ trifecta
+
+ test-suite quickcheck
=====================================
p/haskell-trifecta/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-trifecta/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/25d54f1e65dafb57fa372bca4d571e904be05ff4
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/25d54f1e65dafb57fa372bca4d571e904be05ff4
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/20180414/ab81e55b/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list