Commit 25d54f1e authored by Clint Adams's avatar Clint Adams
Browse files

trifecta: patch for newer ansi-terminal and doctest

parent 42920a22
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-trifecta (1.7.1.1-2) unstable; urgency=medium

  * Patch for newer ansi-terminal and doctest.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 14:43:06 -0400

haskell-trifecta (1.7.1.1-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+2 −3
Original line number Diff line number Diff line
@@ -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,
+20 −0
Original line number Diff line number Diff line
--- 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
+1 −0
Original line number Diff line number Diff line
newer-deps